diff options
author | Dave Lawrence <dlawrence@mozilla.com> | 2012-11-19 16:52:01 +0100 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2012-11-19 16:52:01 +0100 |
commit | 274728b07990f2e11784285811691c55506a438b (patch) | |
tree | e3ca486840526fe8af985a3eab874222ef2b188e /skins | |
parent | 82de6d8269f41d602cb07dac5ba2281d7bedf931 (diff) | |
download | bugzilla-274728b07990f2e11784285811691c55506a438b.tar.gz bugzilla-274728b07990f2e11784285811691c55506a438b.tar.xz |
Some Mozilla skin work
Diffstat (limited to 'skins')
-rw-r--r-- | skins/contrib/Mozilla/global.css | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/skins/contrib/Mozilla/global.css b/skins/contrib/Mozilla/global.css index 405ee424e..8a771f764 100644 --- a/skins/contrib/Mozilla/global.css +++ b/skins/contrib/Mozilla/global.css @@ -129,6 +129,10 @@ hr { font-weight: bold; } +.links .separator { + display: none; +} + #quicksearch_top, #quicksearch_main { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; @@ -140,6 +144,10 @@ hr { width: 200px; } +#footer .links .form { + display: none; +} + #find_top { display: none !important; } @@ -235,10 +243,6 @@ hr { width: auto; } -#quicksearch_main { - padding-left: 5px; -} - #quicksearch_links { margin-top: 10px; } |