mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 10:00:54 +00:00
46613 - fix margins on navbar, r=nbhatla
This commit is contained in:
parent
2114be8878
commit
305a7a9f8d
@ -205,7 +205,7 @@ window[chromehidden~="extrachrome"] .chromeclass-extrachrome {
|
||||
#nav-bar-inner
|
||||
{
|
||||
min-width : 0px;
|
||||
margin : 11px 0px 11px 6px;
|
||||
margin : 8px 0px 8px 6px;
|
||||
}
|
||||
|
||||
#search-button
|
||||
|
@ -209,7 +209,8 @@ window[chromehidden~="extrachrome"] .chromeclass-extrachrome {
|
||||
#nav-bar-inner
|
||||
{
|
||||
min-width : 0px;
|
||||
margin : 11px 0px 11px 6px;
|
||||
margin : 8px 0px 8px 6px;
|
||||
background-colo:
|
||||
}
|
||||
|
||||
#search-button
|
||||
|
Loading…
Reference in New Issue
Block a user