From: acolyer Date: Sun, 10 Apr 2005 18:18:24 +0000 (+0000) Subject: add a bit of padding below h1 for IE X-Git-Tag: V1_5_0M2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=7219c36779e5d03fae9027b0191eb0f086d84fbb;p=aspectj.git add a bit of padding below h1 for IE --- 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 ;