0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-18 10:52:19 +01:00

Add -moz-osx-font-smoothing

This commit is contained in:
Zlatan Vasović 2013-10-28 09:59:24 +01:00
parent 30127a4296
commit f9eec5b60a
3 changed files with 6 additions and 1 deletions

View File

@ -265,6 +265,9 @@ table {
h3 { h3 {
page-break-after: avoid; page-break-after: avoid;
} }
select {
background: #fff !important;
}
.navbar { .navbar {
display: none; display: none;
} }
@ -2611,6 +2614,7 @@ input[type="button"].btn-block {
font-style: normal; font-style: normal;
font-weight: normal; font-weight: normal;
line-height: 1; line-height: 1;
-moz-osx-font-smoothing: grayscale;
} }
.glyphicon:empty { .glyphicon:empty {

File diff suppressed because one or more lines are too long

View File

@ -27,6 +27,7 @@
font-weight: normal; font-weight: normal;
line-height: 1; line-height: 1;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
&:empty { &:empty {
width: 1em; width: 1em;