зеркало из https://github.com/mozilla/pjs.git
Bug 369882, vertically centered elements sit 1px too low (Firefox tabs, urlbar favicon), Patch by D��o Gottwald, r=gavin
This commit is contained in:
Родитель
5ff58abb6b
Коммит
5b9c01a5d5
|
@ -24,11 +24,10 @@
|
|||
-moz-appearance: none !important;
|
||||
-moz-binding: url("chrome://global/skin/globalBindings.xml#tabbrowser-tab") !important;
|
||||
background: transparent !important;
|
||||
margin: 0px !important;
|
||||
margin: 0px 0px 1px !important;
|
||||
padding: 0px !important;
|
||||
border: none !important;
|
||||
height: 22px !important;
|
||||
margin-bottom: 1px;
|
||||
}
|
||||
|
||||
.tabbrowser-tab > .tab-image-middle {
|
||||
|
|
Загрузка…
Ссылка в новой задаче