From: Andrew Dolgov Date: Sat, 25 Feb 2006 04:47:55 +0000 (+0100) Subject: remove borders on radio button elements X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=69654950d66cac6b15bbf60d444bd432141288a2;p=tt-rss.git remove borders on radio button elements --- diff --git a/functions.php b/functions.php index a4aefff6..b6490fac 100644 --- a/functions.php +++ b/functions.php @@ -682,7 +682,8 @@ $sel .= " value=\"0\""; } - print " $v "; + print " $v "; } } diff --git a/tt-rss.css b/tt-rss.css index 50717189..a158bd19 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -989,3 +989,6 @@ div.cdmContent a:hover { color : black; } +.noborder { + border-width : 0px; +}