mark: A photo of Mark kneeling on top of the Taal Volcano in the Philippines. It was a long hike. (Default)
Mark Smith ([staff profile] mark) wrote in [site community profile] changelog2009-03-31 04:22 am

[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 [personal profile] afuna.

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
--------------------------------------------------------------------------------