mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
10 lines
429 B
SCSS
10 lines
429 B
SCSS
// ----------------------------------------------------------------
|
|
// 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}
|