diff options
author | Byron Jones <bjones@mozilla.com> | 2012-02-13 16:36:05 +0100 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2012-02-13 16:36:05 +0100 |
commit | 88e0ac4cb8bd8932005341e47ee7310a956366d7 (patch) | |
tree | a5b6b0a2d8a430b2334b560d1edf767445486d2b /skins/custom | |
parent | 40f3f69f9abc0c8cd3e0b4f6fbb445227e7fd370 (diff) | |
download | bugzilla-88e0ac4cb8bd8932005341e47ee7310a956366d7.tar.gz bugzilla-88e0ac4cb8bd8932005341e47ee7310a956366d7.tar.xz |
Bug 725923: backport bug 663835 to extend test coverage to extensions
Diffstat (limited to 'skins/custom')
-rw-r--r-- | skins/custom/global.css | 16 | ||||
-rw-r--r-- | skins/custom/show_bug.css | 2 |
2 files changed, 9 insertions, 9 deletions
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 { diff --git a/skins/custom/show_bug.css b/skins/custom/show_bug.css index 9da001d0d..8a88909f7 100644 --- a/skins/custom/show_bug.css +++ b/skins/custom/show_bug.css @@ -55,7 +55,7 @@ } .bz_comment_number { - float: right; + float: right; } /* style all field labels the same */ |