[dw-nonfree] Tropo: HTML editor text is too small
[commit: http://hg.dwscoalition.org/dw-nonfree/rev/c83832dc9984]
http://bugs.dwscoalition.org/show_bug.cgi?id=540
Fix size of font in update box.
Patch by
afuna.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=540
Fix size of font in update box.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- htdocs/stc/tropo/red.css
-------------------------------------------------------------------------------- diff -r 90b98d9a5e8d -r c83832dc9984 htdocs/stc/tropo/red.css --- a/htdocs/stc/tropo/red.css Tue Mar 31 04:19:39 2009 +0000 +++ b/htdocs/stc/tropo/red.css Tue Mar 31 04:21:59 2009 +0000 @@ -400,6 +400,11 @@ a:active, color: #000; } +/* update.bml */ +#draft { + font-size: medium; +} + /** * Start overriding some classes set in dw-free/htdocs/stc/ * Other site scheme designers: use your own colors here --------------------------------------------------------------------------------