From: moodler Date: Fri, 31 Dec 2004 08:21:16 +0000 (+0000) Subject: Some styles for the RSS client listing X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=f54b0f24d67b3ef16feeff513eaf6d1e7ea46591;p=moodle.git Some styles for the RSS client listing --- diff --git a/theme/standardxhtml/styles.php b/theme/standardxhtml/styles.php index 1acdb3f72d..69cf7a8354 100644 --- a/theme/standardxhtml/styles.php +++ b/theme/standardxhtml/styles.php @@ -795,3 +795,17 @@ TABLE.formtable TD { -moz-border-radius: 15px; } +.rssclientitem { +} + +.rssclientlink { + font-size: x-small; + border-top: 1px cellheading2 ?> solid; + padding-bottom: 5px; +} + +.rssclientdescription { + font-size: x-small; + color: #555555; + padding-left: 10px; +}