2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-18 12:39:41 +03:00

Javascript docs: Accessibility and cosmetic changes to headings.

Closes #15915 by merging it.
This commit is contained in:
Steven Black
2015-02-25 04:00:37 +02:00
committed by XhmikosR
parent 420a8088a4
commit 457885075f
11 changed files with 40 additions and 33 deletions
+7
View File
@@ -28,6 +28,13 @@ body {
font-weight: normal;
}
/* Inline code within headings retain the heading's background-color */
h2 code,
h3 code,
h4 code {
background-color: inherit;
}
/* Outline button for use within the docs */
.btn-outline {
color: #563d7c;