Created
June 2, 2009 21:47
-
-
Save kylefox/122617 to your computer and use it in GitHub Desktop.
This file contains 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
/* Old: Because the editor doesn't have the .themeBody class, the editor | |
doesn't display the theme's font definition */ | |
body.themeBody{ | |
background:#ccc url({{ image_path_prefix }}bg.png) repeat-x; | |
margin:0; | |
font-family: "Lucida Grande", Arial, Helvetica, sans-serif; | |
} | |
/* New: the font styles will now apply to the editor as well */ | |
body.themeBody{ | |
background:#ccc url({{ image_path_prefix }}bg.png) repeat-x; | |
margin:0; | |
} | |
body { | |
font-family: "Lucida Grande", Arial, Helvetica, sans-serif; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment