mirror of
https://github.com/moodle/moodle.git
synced 2025-01-17 21:49:15 +01:00
10 lines
185 B
CSS
10 lines
185 B
CSS
/* RSS Feeds
|
|
-------------------------*/
|
|
.block_rss_client .list li:first-child {
|
|
border-top-width: 0;
|
|
}
|
|
|
|
.block_rss_client .list li {
|
|
border-top: 1px solid;
|
|
padding: 5px;
|
|
} |