Some styles for the RSS client listing

This commit is contained in:
moodler 2004-12-31 08:21:16 +00:00
parent 839bbd4d10
commit f54b0f24d6

View 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;
}