diff options
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 */ |