[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
afuna.
Files modified:
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]](https://www.dreamwidth.org/img/silk/identity/user.png)
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; +} --------------------------------------------------------------------------------