mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 08:22:07 +02:00
added CSS property to define the distance between the sideblocks, because I've deleted the hard coded distance (<br />) in weblib.php.
This commit is contained in:
parent
3a3b5a4b0c
commit
af7a638618
@ -347,6 +347,10 @@ table.message_search_results td {
|
||||
}
|
||||
|
||||
/* sideblock */
|
||||
.sideblock {
|
||||
margin-bottom:1em;
|
||||
}
|
||||
|
||||
/* sideblock weblib.php */
|
||||
#block_course_summary .sideblockmain {
|
||||
padding:10px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user