mirror of
https://github.com/neocities/neocities.git
synced 2025-08-04 16:51:36 +02:00
Commit of new front page
This commit is contained in:
parent
f6724e3757
commit
e7689a09df
49 changed files with 3406 additions and 2 deletions
10
public/assets/css/_base-sass/_base-HTML5.scss
Normal file
10
public/assets/css/_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