From: nfreear Date: Mon, 11 Dec 2006 12:12:48 +0000 (+0000) Subject: Fixes MDL-7885 "CSS unit errors in Standard theme, layout" - follows on from Jamie... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=f7a4bc03ffa177a402682814bdd734d64f931a2e;p=moodle.git Fixes MDL-7885 "CSS unit errors in Standard theme, layout" - follows on from Jamie's fix 11/12. --- diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index ab85f46b2c..7c0dc5b191 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -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%; }