From 0c18118f1830a179f649a87d96f10831d93cbc02 Mon Sep 17 00:00:00 2001 From: mattl <> Date: Mon, 6 Apr 2009 14:23:34 +0000 Subject: [PATCH] override YUI css? --- gobbler/librefm.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gobbler/librefm.css b/gobbler/librefm.css index 4b75094b..5bb09261 100644 --- a/gobbler/librefm.css +++ b/gobbler/librefm.css @@ -22,5 +22,5 @@ html, body, #doc3,h1{margin: 0; padding: 0;} .yui-b, #ft{padding: 1em;} -.odd { background:#F4B624; color:#000; } -.even { background:#FFFFFF; color:#000; } \ No newline at end of file +.odd { background:#F4B624 !important; color:#000; } +.even { background:#FFFFFF !important; color:#000; } \ No newline at end of file -- GitLab