Ver Fonte

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

Give the <strong> tag some CSS (the .content-body resets it)
James Turnbull há 11 anos atrás
pai
commit
f1a42fb609
1 ficheiros alterados com 4 adições e 0 exclusões
  1. 4 0
      docs/theme/mkdocs/css/docs.css

+ 4 - 0
docs/theme/mkdocs/css/docs.css

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