diff options
author | csarven <csarven@controlyourself.ca> | 2008-11-14 16:05:06 -0500 |
---|---|---|
committer | csarven <csarven@controlyourself.ca> | 2008-11-14 16:05:06 -0500 |
commit | 67f3c1a8d40d6e05ea2fa72af917b26fb9503e06 (patch) | |
tree | 357376fc9d907003334bb62e045e5f623e408386 /theme | |
parent | 577b54c2afda7c817d01af493b68f09f35e360a1 (diff) |
trac626 Put a list of feed links
darcs-hash:20081114210506-eefa4-ba7e9bdd794ddfcacc397d732073abf99e97f3a5.gz
Diffstat (limited to 'theme')
-rw-r--r-- | theme/default/display.css | 31 | ||||
-rw-r--r-- | theme/identica/icon_foaf.gif | bin | 0 -> 1144 bytes | |||
-rw-r--r-- | theme/identica/icon_rss.png | bin | 0 -> 781 bytes |
3 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; diff --git a/theme/identica/icon_foaf.gif b/theme/identica/icon_foaf.gif Binary files differnew file mode 100644 index 000000000..f8f784423 --- /dev/null +++ b/theme/identica/icon_foaf.gif diff --git a/theme/identica/icon_rss.png b/theme/identica/icon_rss.png Binary files differnew file mode 100644 index 000000000..da7a39b4e --- /dev/null +++ b/theme/identica/icon_rss.png |