Mercurial > public > sg101
comparison static/js/tiny_mce/themes/simple/skins/o2k7/content.css @ 312:88b2b9cb8c1f
Fixing #142; cut over to the django.contrib.staticfiles app.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Thu, 27 Jan 2011 02:56:10 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
311:b1c39788e511 | 312:88b2b9cb8c1f |
---|---|
1 body, td, pre {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px;} | |
2 | |
3 body {background: #FFF;} | |
4 .mceVisualAid {border: 1px dashed #BBB;} | |
5 | |
6 /* IE */ | |
7 | |
8 * html body { | |
9 scrollbar-3dlight-color: #F0F0EE; | |
10 scrollbar-arrow-color: #676662; | |
11 scrollbar-base-color: #F0F0EE; | |
12 scrollbar-darkshadow-color: #DDDDDD; | |
13 scrollbar-face-color: #E0E0DD; | |
14 scrollbar-highlight-color: #F0F0EE; | |
15 scrollbar-shadow-color: #F0F0EE; | |
16 scrollbar-track-color: #F5F5F5; | |
17 } |