[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
fu.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=2524
Fix font-size (small, medium, large; not small, normal, large)
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
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 { --------------------------------------------------------------------------------