[dw-free] Need consistent styling across the site
[commit: http://hg.dwscoalition.org/dw-free/rev/851c1d4461da]
http://bugs.dwscoalition.org/show_bug.cgi?id=3243
Add back spacing around comment action images.
Patch by
fu.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=3243
Add back spacing around comment action images.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- htdocs/stc/talkpage.css
-------------------------------------------------------------------------------- diff -r a74ce46cfdcb -r 851c1d4461da htdocs/stc/talkpage.css --- a/htdocs/stc/talkpage.css Tue Jan 04 00:47:50 2011 +0800 +++ b/htdocs/stc/talkpage.css Tue Jan 04 01:09:00 2011 +0800 @@ -64,12 +64,15 @@ .cmtbar .icon img { display: block; - padding-right: 10px; + padding: 0 10px 0 0; } .cmtbar.noicon { padding-left: 10px; } +.cmtbar a img { /*comment action buttons*/ + padding: 0 5px; +} td .commentbody { margin-bottom: 15px; } --------------------------------------------------------------------------------