MDL-42711 theme port from LM - this makes the li's link inherit similar size from higher up in cascade.

This commit is contained in:
Aparup Banerjee
2013-11-11 15:58:19 +08:00
parent cbb6e0d029
commit fa5a136591
+7 -2
View File
@@ -120,8 +120,13 @@
#searchform_search {
width: auto;
}
.block_rss_client .list li {
border-top-color: darken(@wellBackground, 7%);
.block_rss_client {
.content li .link {
font-weight: inherit;
}
.list li {
border-top-color: darken(@wellBackground, 7%);
}
}
// Overide for RTL layout.