Files
leanote/public/css/editor/editor-writting-mode.css

16 lines
153 B
CSS
Raw Normal View History

2014-05-13 14:34:30 +08:00
html {
border: none;
}
body {
background-color: #fbfcf7;
}
* {
font-size: 16px;
}
pre {
font-size: 14px;
}
2014-10-22 16:20:45 +08:00
img {
max-width: 100% !important;
}