From f7a4bc03ffa177a402682814bdd734d64f931a2e Mon Sep 17 00:00:00 2001 From: nfreear Date: Mon, 11 Dec 2006 12:12:48 +0000 Subject: [PATCH] Fixes MDL-7885 "CSS unit errors in Standard theme, layout" - follows on from Jamie's fix 11/12. --- theme/standard/styles_layout.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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%; } -- 2.39.5