afuna: Cat under a blanket. Text: "Cats are just little people with Fur and Fangs" (Default)
afuna ([personal profile] afuna) wrote in [site community profile] changelog2010-03-28 02:00 pm

[dw-free] Border around entry and comment icons in Lynx

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

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

No borders around linked userpics on the talkpage (only affects Lynx since
the other site schemes already do this).

Patch by [personal profile] afuna.

Files modified:
  • htdocs/stc/talkpage.css
--------------------------------------------------------------------------------
diff -r 6acc1456cefe -r e568ee8d1fd3 htdocs/stc/talkpage.css
--- a/htdocs/stc/talkpage.css	Fri Mar 26 14:38:49 2010 +0000
+++ b/htdocs/stc/talkpage.css	Sun Mar 28 07:05:10 2010 -0700
@@ -60,3 +60,7 @@ td .commentbody {
 td .commentbody {
     margin-bottom: 15px;
 }
+
+a .userpic-img {
+    border: none;
+}
--------------------------------------------------------------------------------