diff options
author | Benny Baumann <BenBE@geshi.org> | 2014-06-13 09:20:43 +0200 |
---|---|---|
committer | Benny Baumann <BenBE@geshi.org> | 2014-06-13 09:20:43 +0200 |
commit | 6d0f414854b2c1aa1da9ec49889ac9bb3b69b966 (patch) | |
tree | 7162d1c77760fad5c53474d9bf0a0c7e122b2f66 /www | |
parent | 2affa9c6e9a1f2a7f68ab5fa306374cd037d6227 (diff) | |
parent | f25f8af03c96cfcd4dd83a9f3b6ee4181eb3e2c9 (diff) | |
download | cacert-devel-6d0f414854b2c1aa1da9ec49889ac9bb3b69b966.tar.gz cacert-devel-6d0f414854b2c1aa1da9ec49889ac9bb3b69b966.tar.xz cacert-devel-6d0f414854b2c1aa1da9ec49889ac9bb3b69b966.zip |
Merge branch 'bug-807' into release
Diffstat (limited to 'www')
-rw-r--r-- | www/styles/default.css | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/www/styles/default.css b/www/styles/default.css index a7ba2a8..4ddfbba 100644 --- a/www/styles/default.css +++ b/www/styles/default.css @@ -94,6 +94,14 @@ ul.no_indent { padding: 0px; } +.attach_ul { + margin-bottom: 0px; +} + +.attach_ul + ul { + margin-top: 0px; +} + /***********************************************/ /* Layout Divs */ @@ -414,10 +422,6 @@ a.glink:hover { color: #000000; } -.story p { - padding: 0px 0px 10px 0px; -} - .story a.capsule { font: bold 1em Arial,sans-serif; color: #005FA9; |