mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
included all dev and production files for new redesign. the index file has a different layout than the interior page files. for more in-depth look into how these are set up, look in the templates > includes & layouts folders. I used .liquid files to create these pages, and all the content for the files are in there, with the base layout stuff in the includes and layout files. check the converted-html folder to see how everything should look. (test it on an android phone. should look good now) :)
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}
|