From 50c42c6cdcb836817eda1963284276a210d67ed0 Mon Sep 17 00:00:00 2001 From: Pau Giner Date: Sat, 9 Feb 2013 21:59:17 +0100 Subject: [PATCH] CSS fixes to avoid rules to be overriden Small CSS fixes to avoid MediaWiki CSS to override some of the styles defined for the selector. --- css/jquery.uls.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/css/jquery.uls.css b/css/jquery.uls.css index 6d840c7..bc10078 100644 --- a/css/jquery.uls.css +++ b/css/jquery.uls.css @@ -59,9 +59,10 @@ color: #555; } -.uls-menu .uls-lcd-region-title { +.uls-menu .uls-lcd-region-section .uls-lcd-region-title { color: #777; font-size: 14pt; + font-weight: lighter; line-height: 1.5em; padding-left: 0; margin-top: 0; @@ -82,7 +83,7 @@ div.uls-region { cursor: pointer; padding: 0; margin: 0; - height: 125px; + height: 120px; border-bottom-color: transparent; border-bottom-style: solid; border-bottom-width: 2px; @@ -206,7 +207,7 @@ div.uls-region { padding: 0.8em 0; border-bottom-width: 1px; border-bottom-style: solid; - border-bottom-color: #EEE; + border-bottom-color: #DDD; } .uls-menu .search-label {