mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
Merge branch 'MDL-28561_M26' of git://github.com/lazydaisy/moodle
This commit is contained in:
commit
840bbc1b64
3 changed files with 12 additions and 9 deletions
9
blocks/rss_client/styles.css
Normal file
9
blocks/rss_client/styles.css
Normal 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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue