Fixes MDL-7885 "CSS unit errors in Standard theme, layout" - follows on from Jamie's fix 11/12.
This commit is contained in:
@@ -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%;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user