fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
fu ([personal profile] fu) wrote in [site community profile] changelog2011-12-28 11:32 am

[dw-free] Revamp /update

[commit: http://hg.dwscoalition.org/dw-free/rev/19683eca0390]

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

Fix font-size (small, medium, large; not small, normal, large)

Patch by [personal profile] fu.

Files modified:
  • htdocs/stc/postform.css
--------------------------------------------------------------------------------
diff -r be1225838f6d -r 19683eca0390 htdocs/stc/postform.css
--- a/htdocs/stc/postform.css	Wed Dec 28 17:57:07 2011 +0800
+++ b/htdocs/stc/postform.css	Wed Dec 28 19:32:27 2011 +0800
@@ -137,7 +137,7 @@
 }
 
 #event {
-  font-size: normal;
+  font-size: medium;
 }
 
 #event, #subject {
--------------------------------------------------------------------------------