[FIX] .doc-aside headings' colour

Heading colour should be ‘white’ when it’s into a  .doc-aside container
only.
This commit is contained in:
stefanorigano 2016-05-18 10:48:19 +02:00
parent 532163f42f
commit d193f7c0ac

View File

@ -18,7 +18,7 @@ h1, h2, h3, h4, h5, h6,
line-height: 1.4;
@media (min-width: @screen-lg-min) {
.has_code_col &{
.has_code_col .doc-aside &{
color: white;
}
}