diff options
Diffstat (limited to 'theme/default')
-rw-r--r-- | theme/default/display.css | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/theme/default/display.css b/theme/default/display.css index f4eb917ef..b17e5f448 100644 --- a/theme/default/display.css +++ b/theme/default/display.css @@ -138,6 +138,37 @@ p#branding a { border-right: 1px solid #dcaa3f; } + +.feeds { +clear:both; +float:right; +margin-top:1.25em; +position:absolute; +right:0; +bottom:-30px; +} +.feeds * { +line-height:1.4; +padding:0; +margin:0; +font-size:12px; +} + +.feeds p { +font-weight:bold; +display:inline; +display:none; +} +.feeds ul { +display:inline; +} +.feeds li { +list-style-type:none; +display:inline; +margin-left:0.5em; +} + + /* ----- Nav Footer ----- */ #nav_sub { clear: both; |