fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
fu ([personal profile] fu) wrote in [site community profile] changelog2010-10-04 03:38 am

[dw-free] Entry text too small in editjournal for Tropo-Red in some browsers

[commit: http://hg.dwscoalition.org/dw-free/rev/2be7c10a8b73]

http://bugs.dwscoalition.org/show_bug.cgi?id=3099

This seems to work better than font-size: 105%

Patch by [personal profile] fu.

Files modified:
  • htdocs/stc/entry.css
--------------------------------------------------------------------------------
diff -r f2f680cc6f22 -r 2be7c10a8b73 htdocs/stc/entry.css
--- a/htdocs/stc/entry.css	Mon Oct 04 01:23:37 2010 +0000
+++ b/htdocs/stc/entry.css	Mon Oct 04 11:38:12 2010 +0800
@@ -228,7 +228,7 @@
     display: block;
     width: 100%;
     border: none;
-    font-size: 105%;
+    font-size: medium;
 }
 * html #draft {
     width: 99%;
--------------------------------------------------------------------------------