Bootstrap 3.3.1 Update

This commit is contained in:
David Miller
2014-12-06 21:09:28 -05:00
parent 3c8901f637
commit 0c802037ea
60 changed files with 1171 additions and 823 deletions

11
font-awesome/scss/_core.scss vendored Normal file
View File

@@ -0,0 +1,11 @@
// Base Class Definition
// -------------------------
.#{$fa-css-prefix} {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome; // shortening font declaration
font-size: inherit; // can't have font-size inherit on line above, so need to override
text-rendering: auto; // optimizelegibility throws things off #1094
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}