streamline CSS, remove google font/cdn dep

This commit is contained in:
Kyle Drake 2014-08-29 20:05:19 -07:00
parent ab6abc637e
commit 47344e8bdc
186 changed files with 31689 additions and 1655 deletions

View file

@ -0,0 +1,10 @@
// ----------------------------------------------------------------
// HTML5 Elements that need some additional loving
// ----------------------------------------------------------------
// Give HTML5 elements block display, which is not defined in ie8/9
article, aside, details, figure, figcaption, footer,
header, main, nav, section, summary{display:block}
// Makes hidden actually [hidden] in IE 8/9
[hidden]{display:none}