Last active
April 30, 2016 18:15
-
-
Save zonble/bdb5014d1318cb4bf11307f53d160dd1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@import url(http://fonts.googleapis.com/earlyaccess/cwtexhei.css); | |
body { | |
font-family: Helvetica, "Noto Sans CJK TC", cwTeXHei, sans-serif !important; | |
font-size: 10pt !important; | |
} | |
.CodeMirror { | |
width: auto !important; /*override the width below*/ | |
width: 100%; | |
max-width: 800px; | |
border: 1px solid #eee; | |
height: auto; | |
} | |
#header { | |
background-color: "#666666"; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment