diff options
author | acolyer <acolyer> | 2005-04-10 18:18:24 +0000 |
---|---|---|
committer | acolyer <acolyer> | 2005-04-10 18:18:24 +0000 |
commit | 7219c36779e5d03fae9027b0191eb0f086d84fbb (patch) | |
tree | 95d1235c70fb46125bd8da72d7a17c6aad75d54d | |
parent | d09f86f3551c500323606a765b74a0028aeaec60 (diff) | |
download | aspectj-1_5_0M2.tar.gz aspectj-1_5_0M2.zip |
add a bit of padding below h1 for IEV1_5_0M2
-rw-r--r-- | docs/adk15ProgGuideDB/aspectj-docs.css | 5 | ||||
-rw-r--r-- | docs/devGuideDB/aspectj-docs.css | 5 | ||||
-rw-r--r-- | docs/progGuideDB/aspectj-docs.css | 5 |
3 files changed, 15 insertions, 0 deletions
diff --git a/docs/adk15ProgGuideDB/aspectj-docs.css b/docs/adk15ProgGuideDB/aspectj-docs.css index 3f58ddb57..884dfd758 100644 --- a/docs/adk15ProgGuideDB/aspectj-docs.css +++ b/docs/adk15ProgGuideDB/aspectj-docs.css @@ -3,6 +3,11 @@ body { line-height: 1.1em; } +h1 { + margin-bottom: 3px; + padding-bottom: 5px; +} + h2 { font-size: 130%; font-weight: bold ; diff --git a/docs/devGuideDB/aspectj-docs.css b/docs/devGuideDB/aspectj-docs.css index 3f58ddb57..884dfd758 100644 --- a/docs/devGuideDB/aspectj-docs.css +++ b/docs/devGuideDB/aspectj-docs.css @@ -3,6 +3,11 @@ body { line-height: 1.1em; } +h1 { + margin-bottom: 3px; + padding-bottom: 5px; +} + h2 { font-size: 130%; font-weight: bold ; diff --git a/docs/progGuideDB/aspectj-docs.css b/docs/progGuideDB/aspectj-docs.css index 3f58ddb57..884dfd758 100644 --- a/docs/progGuideDB/aspectj-docs.css +++ b/docs/progGuideDB/aspectj-docs.css @@ -3,6 +3,11 @@ body { line-height: 1.1em; } +h1 { + margin-bottom: 3px; + padding-bottom: 5px; +} + h2 { font-size: 130%; font-weight: bold ; |