Merge pull request #7789 from SvenDowideit/add-css-for-strong-tag

Give the <strong> tag some CSS (the .content-body resets it)
Upstream-commit: f1a42fb609202774a96e20de44f2837e7d23def8
Component: engine
This commit is contained in:
James Turnbull
2014-08-28 18:12:54 -07:00

View File

@ -305,6 +305,10 @@ ol li {
white-space: pre;
}
.content-body strong {
font-weight: bold;
}
#leftnav .nav.nav-tabs li a {
line-height: 20px !important;
padding-top: 15px !important;