mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
Merge branch 'MDL-27016' of git://github.com/MaryE/moodle
This commit is contained in:
commit
adb24226bf
@ -7,6 +7,7 @@ body {
|
||||
margin: 10px 5%;
|
||||
background: #5b7439;
|
||||
padding: 5px;
|
||||
min-width: 930px; /* fixes minimum page width */
|
||||
}
|
||||
|
||||
#page {
|
||||
@ -16,6 +17,10 @@ body {
|
||||
|
||||
}
|
||||
|
||||
#page-content {
|
||||
min-width: inherit;
|
||||
}
|
||||
|
||||
a:link,
|
||||
a:visited {
|
||||
color: #69804e;
|
||||
|
Loading…
x
Reference in New Issue
Block a user