diff options
author | Sarven Capadisli <csarven@controlyourself.ca> | 2009-04-27 20:07:22 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@controlyourself.ca> | 2009-04-27 20:07:22 +0000 |
commit | efe8c47d7d9e91eb8308845b8b0717e84e36e346 (patch) | |
tree | d1958dceafb58b45a47d58e9b380ae3e8dc4b9c3 /theme | |
parent | 192bc42c917999236ad26be0aef6f441e8100d2b (diff) |
Minor CSS order/cleanup.
Diffstat (limited to 'theme')
-rw-r--r-- | theme/base/css/display.css | 22 |
1 files changed, 2 insertions, 20 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 0bc2e68b6..dc6b4bc29 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -842,23 +842,6 @@ text-transform:lowercase; } - -.notice-data { -position:absolute; -top:18px; -right:0; -min-height:50px; -margin-bottom:4px; -} -.notice .entry-content .notice-data dt { -display:none; -} - -.notice-data a { -display:block; -outline:none; -} - .notice-options { padding-left:2%; float:left; @@ -1036,6 +1019,8 @@ padding-right:30px; .hentry .entry-content p { margin-bottom:18px; } +.system_notice ul, +.instructions ul, .hentry entry-content ol, .hentry .entry-content ul { list-style-position:inside; @@ -1160,9 +1145,6 @@ clear:both; margin-bottom:0; } -.instructions ul { -list-style-position:inside; -} .instructions p, .instructions ul { margin-bottom:18px; |