From 67f3c1a8d40d6e05ea2fa72af917b26fb9503e06 Mon Sep 17 00:00:00 2001 From: csarven Date: Fri, 14 Nov 2008 16:05:06 -0500 Subject: trac626 Put a list of feed links darcs-hash:20081114210506-eefa4-ba7e9bdd794ddfcacc397d732073abf99e97f3a5.gz --- theme/default/display.css | 31 +++++++++++++++++++++++++++++++ theme/identica/icon_foaf.gif | Bin 0 -> 1144 bytes theme/identica/icon_rss.png | Bin 0 -> 781 bytes 3 files changed, 31 insertions(+) create mode 100644 theme/identica/icon_foaf.gif create mode 100644 theme/identica/icon_rss.png (limited to 'theme') 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 new file mode 100644 index 000000000..f8f784423 Binary files /dev/null and b/theme/identica/icon_foaf.gif differ diff --git a/theme/identica/icon_rss.png b/theme/identica/icon_rss.png new file mode 100644 index 000000000..da7a39b4e Binary files /dev/null and b/theme/identica/icon_rss.png differ -- cgit v1.2.3-54-g00ecf