diff options
author | lpsolit%gmail.com <> | 2005-08-22 03:16:40 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2005-08-22 03:16:40 +0200 |
commit | f4966aeb0e7a655c986aeb285c1a220274ddbfd9 (patch) | |
tree | 70fc81865b58b54e97da10c8cc824ae9fb641672 /skins | |
parent | d055246d2010e546bbad8c65d99496d53eee0bff (diff) | |
download | bugzilla-f4966aeb0e7a655c986aeb285c1a220274ddbfd9.tar.gz bugzilla-f4966aeb0e7a655c986aeb285c1a220274ddbfd9.tar.xz |
Bug 70907: QuickSearch: port the JS code to perl (make it server-side) - Patch by Marc Schumann <wurblzap@gmail.com> r=wicked a=myk
Diffstat (limited to 'skins')
-rw-r--r-- | skins/standard/global.css | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/skins/standard/global.css b/skins/standard/global.css index 4c265df1e..ea95e7460 100644 --- a/skins/standard/global.css +++ b/skins/standard/global.css @@ -176,13 +176,14 @@ body margin-top: 5px; width: 100%; font-family: sans-serif; + background: #edf2f2; + border-top: 1px solid #ddd; + border-bottom: 1px solid #ddd; } #footer form { - background: #edf2f2; - border-top: 1px solid #ddd; - border-bottom: 1px solid #ddd; + display: inline; } #footer span |