diff options
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; |