[dw-free] CSS for comment/entry interaction/management links needs to be fixed
[commit: http://hg.dwscoalition.org/dw-free/rev/749e61ba7fc1]
http://bugs.dwscoalition.org/show_bug.cgi?id=869
Fix padding around the entry/comment interaction links
Patch by
av8rmike.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=869
Fix padding around the entry/comment interaction links
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- bin/upgrading/s2layers/negatives/layout.s2
-------------------------------------------------------------------------------- diff -r 763971242f25 -r 749e61ba7fc1 bin/upgrading/s2layers/negatives/layout.s2 --- a/bin/upgrading/s2layers/negatives/layout.s2 Wed Apr 22 08:16:13 2009 +0000 +++ b/bin/upgrading/s2layers/negatives/layout.s2 Wed Apr 22 12:57:15 2009 +0000 @@ -296,7 +296,8 @@ function print_stylesheet() .comment-interaction-links, .comment-interaction-links a { background-color: $*color_page_background; color: $*color_entry_interaction_links; - padding: 0.5em; + padding: 0 0.5em; + font-weight: normal; text-align: center; } .comment-management-links { --------------------------------------------------------------------------------