New compile flags

This commit is contained in:
Dave Gandy 2016-04-20 14:33:31 -04:00
parent 2370d21278
commit 90fb20d3a9
2 changed files with 3 additions and 3 deletions

View file

@ -61,7 +61,7 @@
} }
.fa-border { .fa-border {
padding: .2em .25em .15em; padding: .2em .25em .15em;
border: solid 0.08em #eee; border: solid 0.08em #eeeeee;
border-radius: .1em; border-radius: .1em;
} }
.fa-pull-left { .fa-pull-left {
@ -176,7 +176,7 @@
font-size: 2em; font-size: 2em;
} }
.fa-inverse { .fa-inverse {
color: #fff; color: #ffffff;
} }
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */ readers do not read off random characters that represent icons */

File diff suppressed because one or more lines are too long