Merge pull request #18309 from ktoso/wip-docs-css-update

=doc #16122 improve color of strong elements inside note/warn
This commit is contained in:
Konrad Malawski 2015-08-27 15:30:47 +02:00
commit 6edda83008

View file

@ -128,11 +128,15 @@ strong {color: #0B5567; }
text-decoration: underline;
}
.admonition p.admonition-title {
color: #ffffff;
margin-bottom: 6px;
font-size: 16px;
font-weight: bold;
line-height: 20px;
color: #ffffff;
margin-bottom: 6px;
font-size: 16px;
font-weight: bold;
line-height: 20px;
}
.admonition strong, .warning strong {
color: #ffffff;
}
.topic {