You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
185 B
10 lines
185 B
/* RSS Feeds
|
|
-------------------------*/
|
|
.block_rss_client .list li:first-child {
|
|
border-top-width: 0;
|
|
}
|
|
|
|
.block_rss_client .list li {
|
|
border-top: 1px solid;
|
|
padding: 5px;
|
|
}
|