mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
Fix for MDL-27016 added min-width
This commit is contained in:
parent
dae6b38c51
commit
5deabe4338
@ -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