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.
This commit is contained in:
Pau Giner
2013-02-09 21:59:17 +01:00
parent 66d84936f9
commit 50c42c6cdc

View File

@@ -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 {