mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-17 05:00:24 +00:00
Merge pull request #11258 from ZDroid/smoothing
Add -moz-osx-font-smoothing
This commit is contained in:
commit
dcf51315a3
3 changed files with 6 additions and 1 deletions
4
dist/css/bootstrap.css
vendored
4
dist/css/bootstrap.css
vendored
|
|
@ -265,6 +265,9 @@ table {
|
|||
h3 {
|
||||
page-break-after: avoid;
|
||||
}
|
||||
select {
|
||||
background: #fff !important;
|
||||
}
|
||||
.navbar {
|
||||
display: none;
|
||||
}
|
||||
|
|
@ -2611,6 +2614,7 @@ input[type="button"].btn-block {
|
|||
font-style: normal;
|
||||
font-weight: normal;
|
||||
line-height: 1;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.glyphicon:empty {
|
||||
|
|
|
|||
2
dist/css/bootstrap.min.css
vendored
2
dist/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
|
|
@ -27,6 +27,7 @@
|
|||
font-weight: normal;
|
||||
line-height: 1;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
|
||||
&:empty {
|
||||
width: 1em;
|
||||
|
|
|
|||
Loading…
Reference in a new issue