writting mode v0.1

This commit is contained in:
life
2014-05-13 14:34:30 +08:00
parent 48c2474668
commit 03f2ebe3f7
17 changed files with 5992 additions and 310 deletions

View File

@ -0,0 +1,15 @@
@bgColor: #fbfcf7;
html {
border: none;
}
body {
background-color: @bgColor;
}
* {
font-size: 16px;
}
pre {
font-size:14px;
}