mirror of
https://github.com/clearlinux/docker.git
synced 2026-08-20 20:56:42 +00:00
Merge pull request #7789 from SvenDowideit/add-css-for-strong-tag
Give the <strong> tag some CSS (the .content-body resets it)
This commit is contained in:
Vendored
+4
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user