MDL-28561 blocks_rss_client: Fixed line separator color in bootstrap

This commit is contained in:
Rajesh Taneja 2013-09-11 17:15:22 +08:00 committed by Dan Poltawski
parent fa8b1fa4a4
commit 33f9a60133
2 changed files with 4 additions and 1 deletions

View File

@ -120,6 +120,9 @@
#searchform_search {
width: auto;
}
.block_rss_client .list li {
border-top-color: darken(@wellBackground, 7%);
}
// Overide for RTL layout.
.dir-rtl {

File diff suppressed because one or more lines are too long