From f5b6303dc67fd5d5bc03768175d82e3ab5520d14 Mon Sep 17 00:00:00 2001 From: Jason Skomorowski Date: Mon, 22 Jul 2013 13:39:03 +0000 Subject: [PATCH] Avoid !important --- css/customtheme.css | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/css/customtheme.css b/css/customtheme.css index 9198573..a1dee05 100644 --- a/css/customtheme.css +++ b/css/customtheme.css @@ -17,11 +17,9 @@ } -.mkdru-result { - padding: .8em 1em 1em 1em !important; +li.mkdru-result { + padding: .8em 1em 1em 1em; border-bottom: 3px solid #FFFFFF; -/* margin-top: 0 !important; */ -/* margin-bottom: 0 !important; */ } .mkdru-result.odd { background-color: #f6f6f2; @@ -33,8 +31,8 @@ margin-top: 0; margin-bottom: .3em; } -.mkdru-result-author { - margin-left: 1em !important; +div.mkdru-result-author { + margin-left: 1em; } .mkdru-result-description { font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif; @@ -72,4 +70,4 @@ padding: 0; text-indent: -9999px; width: 34px; -} \ No newline at end of file +} -- 1.7.10.4