From cf137aad95242096b94b655d3d0c802bfc7f8c59 Mon Sep 17 00:00:00 2001 From: Sam Ruby Date: Sun, 8 Apr 2007 15:44:21 -0400 Subject: [PATCH] CSS tweaks --- themes/asf/default.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/themes/asf/default.css b/themes/asf/default.css index 0c8c0ef..76d8c1e 100644 --- a/themes/asf/default.css +++ b/themes/asf/default.css @@ -466,11 +466,28 @@ ul.tags a:link, ul.tags a:visited { color:green } +a[rel='tag'] img { + border: 0; +} + /* DiveIntoMark */ .framed { float: none; } +/* BurningBird */ +.update:before { + content: 'Update'; + font-weight: bold; +} + +.update { + margin: 2em; + padding: 0 1em 0 1em; + background: #eee; + border: 1px solid #aaa; +} + /* ----------------------------- Footer ---------------------------- */ #footer {