diff options
-rw-r--r-- | public/stylesheets/yucky-green.css | 45 |
1 files changed, 10 insertions, 35 deletions
diff --git a/public/stylesheets/yucky-green.css b/public/stylesheets/yucky-green.css index 1e69b1981..6ade48fb8 100644 --- a/public/stylesheets/yucky-green.css +++ b/public/stylesheets/yucky-green.css @@ -348,18 +348,23 @@ table#list_requests .odd { background-color: #dddddd; } -.request_listing { +.request_listing, .body_listing, .user_listing { + margin-bottom: 1em; + display: block; +} +.head, .desc { + display: block; } -.request_listing_bottomline { +.bottomline { color: #7aa600; } -.request_listing_bottomline a:link { +.bottomline a:link { color: #7777cc; } -.request_listing_bottomline a:visited { +.bottomline a:visited { color: #551a8b; } -.request_listing_bottomline a:active { +.bottomline a:active { color: #ff0000; } @@ -370,21 +375,6 @@ table#list_requests .odd { color: #000000; } -.user_listing { -} -.user_listing_bottomline { - color: #7aa600; -} -.user_listing_bottomline a:link { - color: #7777cc; -} -.user_listing_bottomline a:visited { - color: #551a8b; -} -.user_listing_bottomline a:active { - color: #ff0000; -} - .status_table { border-collapse: collapse; border: solid 1px #000000; @@ -395,21 +385,6 @@ table#list_requests .odd { /* /body - listing bodies */ -.body_listing { -} -.body_listing_bottomline { - color: #7aa600; -} -.body_listing_bottomline a:link { - color: #7777cc; -} -.body_listing_bottomline a:visited { - color: #551a8b; -} -.body_listing_bottomline a:active { - color: #ff0000; -} - #body_sidebar { float: right; width: 20em; |