Skip to content

Instantly share code, notes, and snippets.

@kylefox
Created June 2, 2009 21:47
Show Gist options
  • Save kylefox/122617 to your computer and use it in GitHub Desktop.
Save kylefox/122617 to your computer and use it in GitHub Desktop.
/* 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