From 69654950d66cac6b15bbf60d444bd432141288a2 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 25 Feb 2006 05:47:55 +0100 Subject: [PATCH] remove borders on radio button elements --- functions.php | 3 ++- tt-rss.css | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) 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; +} -- 2.39.5