Commit dcf51315 authored by Mark Otto's avatar Mark Otto
Browse files

Merge pull request #11258 from ZDroid/smoothing

Add -moz-osx-font-smoothing
parents 0026e565 f9eec5b6
No related merge requests found
Showing with 6 additions and 1 deletion
+6 -1
......@@ -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 {
......
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -27,6 +27,7 @@
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
&:empty {
width: 1em;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment