[dw-free] Revamp /update
[commit: http://hg.dwscoalition.org/dw-free/rev/f2d163239b4d]
http://bugs.dwscoalition.org/show_bug.cgi?id=2524
A bit of whitespace between entry subject and textarea for some breathing
room.
Patch by
fu.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=2524
A bit of whitespace between entry subject and textarea for some breathing
room.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- htdocs/stc/postform.css
-------------------------------------------------------------------------------- diff -r 3b4fffc1714a -r f2d163239b4d htdocs/stc/postform.css --- a/htdocs/stc/postform.css Mon Oct 31 21:14:39 2011 +0800 +++ b/htdocs/stc/postform.css Mon Oct 31 21:23:11 2011 +0800 @@ -158,6 +158,9 @@ box-sizing: border-box; } +.event-container { + margin-top: 5px; +} .event-container, .subject-container { padding: 0 2px; } --------------------------------------------------------------------------------