First commit, version 0.2.7

This commit is contained in:
Wu Cheng-Han
2015-05-04 15:53:29 +08:00
parent 61eb11d23c
commit 4b0ca55eb7
1379 changed files with 173000 additions and 0 deletions

15
public/css/site.css Normal file
View File

@@ -0,0 +1,15 @@
/* for all pages should include this */
body {
font-smoothing: subpixel-antialiased !important;
-webkit-font-smoothing: subpixel-antialiased !important;
-moz-osx-font-smoothing: auto !important;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
/*text-rendering: optimizeLegibility;*/
-webkit-overflow-scrolling: touch;
}
:focus {
outline: none !important;
}
::-moz-focus-inner {
border: 0 !important;
}