From: madduck Date: Thu, 21 May 2009 07:50:48 +0000 (+0000) Subject: no reason to hide image borders just for lj users X-Git-Url: https://git.deb.at/w?p=deb%2Fhackedgotchi.git;a=commitdiff_plain;h=25987592f3474962aa3c00404307573fda2ac884 no reason to hide image borders just for lj users git-svn-id: svn+ssh://svn.debian.org/svn/planet-debian/trunk@1125 c2f067bf-98e0-425f-9c98-e76020cfa380 --- diff --git a/www/common/boxless.css b/www/common/boxless.css index 304b349..68c2a35 100644 --- a/www/common/boxless.css +++ b/www/common/boxless.css @@ -203,9 +203,8 @@ a:hover { color: blue !important; } -/* Suggested by Daniel Silverstone */ -span.ljuser img { - border: 0px; +img { + border: none; } /* Suggested by martin f. krafft */