]> git.mjollnir.org Git - moodle.git/commitdiff
Some styles for the RSS client listing
authormoodler <moodler>
Fri, 31 Dec 2004 08:21:16 +0000 (08:21 +0000)
committermoodler <moodler>
Fri, 31 Dec 2004 08:21:16 +0000 (08:21 +0000)
theme/standardxhtml/styles.php

index 1acdb3f72d0f4efd24b0d666f28079b57ceb98fd..69cf7a83548fabf2a09fc51c22b37e5021d429cd 100644 (file)
@@ -795,3 +795,17 @@ TABLE.formtable TD {
     -moz-border-radius: 15px;
 }
 
+.rssclientitem {
+}
+
+.rssclientlink {
+       font-size: x-small;
+    border-top: 1px <?php echo $THEME->cellheading2 ?> solid;
+    padding-bottom: 5px;
+}
+
+.rssclientdescription {
+       font-size: x-small;
+    color: #555555;
+    padding-left: 10px;
+}