diff options
author | Evan Prodromou <git@evanprodromou.name> | 2009-01-23 11:52:05 +0100 |
---|---|---|
committer | Evan Prodromou <git@evanprodromou.name> | 2009-01-23 11:52:05 +0100 |
commit | 8638479cb6287a4c22e485ba71fab4b12a6fc40f (patch) | |
tree | d6a65cb989fe3c92f27d9c937878f6c7b847fdf0 /theme/base/css/display.css | |
parent | 447e2b8e353398c7b42c8e7449c98ffce9af3e9b (diff) | |
parent | 1e5ad33f7232a64ba847387587ea7efd41c4c7c3 (diff) |
Merge branch 'master' of evan@dev.controlyourself.ca:/var/www/trunk
Diffstat (limited to 'theme/base/css/display.css')
-rw-r--r-- | theme/base/css/display.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css index f8dbd7941..36e72a74f 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -666,6 +666,8 @@ margin-bottom:0; .section .entities li .fn { display:none; } + +.aside .section p, .aside .section .more { clear:both; } @@ -944,6 +946,12 @@ padding-left:20px; } +.pagination { +float:left; +clear:both; +width:100%; +margin-top:18px; +} .pagination dt { font-weight:bold; |