mirror of
https://github.com/neocities/neocities.git
synced 2025-08-05 09:11:28 +02:00
streamline CSS, remove google font/cdn dep
This commit is contained in:
parent
ab6abc637e
commit
47344e8bdc
186 changed files with 31689 additions and 1655 deletions
10
sass/_base-sass/_base-HTML5.scss
Normal file
10
sass/_base-sass/_base-HTML5.scss
Normal 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}
|
Loading…
Add table
Add a link
Reference in a new issue