Commit of new front page

This commit is contained in:
Kyle Drake 2013-07-13 17:09:32 -04:00
parent f6724e3757
commit e7689a09df
49 changed files with 3406 additions and 2 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}