Merge branch 'MDL-28561_M26' of git://github.com/lazydaisy/moodle

This commit is contained in:
Dan Poltawski 2013-09-10 12:04:51 +08:00
commit 840bbc1b64
3 changed files with 12 additions and 9 deletions

View file

@ -0,0 +1,9 @@
/* RSS Feeds
-------------------------*/
.block_rss_client .list li:first-child {
border-top-width: 0;
}
.block_rss_client .list li {
border-top: 1px solid;
padding: 5px;
}