From 88e0ac4cb8bd8932005341e47ee7310a956366d7 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Mon, 13 Feb 2012 23:36:05 +0800 Subject: Bug 725923: backport bug 663835 to extend test coverage to extensions --- skins/custom/global.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'skins/custom/global.css') diff --git a/skins/custom/global.css b/skins/custom/global.css index 8f233e556..41494cc2e 100644 --- a/skins/custom/global.css +++ b/skins/custom/global.css @@ -4,26 +4,26 @@ */ body { - margin: 0; - padding: 15px 15px 2px 15px; - background: none; + margin: 0; + padding: 15px 15px 2px 15px; + background: none; } #header { - margin-bottom: 0.5em; + margin-bottom: 0.5em; } #header .links { - font-size: 90%; + font-size: 90%; } #header .btn, #header .txt { - font-size: 100%; + font-size: 100%; } #header #information { - color: #dddddd; - font-size: small; + color: #dddddd; + font-size: small; } pre { -- cgit v1.2.3-24-g4f1b