mirror of
https://github.com/moodle/moodle.git
synced 2025-04-25 10:26:17 +02:00
Fixes MDL-7885 "CSS unit errors in Standard theme, layout" - follows on from Jamie's fix 11/12.
This commit is contained in:
parent
fb132873d9
commit
f7a4bc03ff
@ -243,7 +243,7 @@ table.formtable tbody .htmlarea th
|
||||
|
||||
.paging {
|
||||
text-align: center;
|
||||
margin: 10px 0px 10px 0;
|
||||
margin: 10px 0 10px 0;
|
||||
}
|
||||
|
||||
.unread {
|
||||
@ -1283,7 +1283,7 @@ body#doc-contents h1 {
|
||||
body#doc-contents ul {
|
||||
list-style-type: none;
|
||||
margin: 0;
|
||||
padding: 0px;
|
||||
padding: 0;
|
||||
width: 90%;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user