Avoid !important
authorJason Skomorowski <jason@indexdata.com>
Mon, 22 Jul 2013 13:39:03 +0000 (13:39 +0000)
committerJason Skomorowski <jason@indexdata.com>
Mon, 22 Jul 2013 13:39:03 +0000 (13:39 +0000)
css/customtheme.css

index 9198573..a1dee05 100644 (file)
 }
 
 
-.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
+}