Create gh-pages branch via GitHub

This commit is contained in:
Marc Di Luzio 2014-12-18 08:30:10 +00:00
commit 67420151ae
51 changed files with 2754 additions and 0 deletions

3
stylesheets/core.css Normal file
View file

@ -0,0 +1,3 @@
@import url("screen.css");
@import url("non-screen.css") handheld;
@import url("non-screen.css") only screen and (max-device-width:640px);