1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-30 16:50:00 +02:00

simpler type, docs callout for reproducing the v3 style headings and small text

This commit is contained in:
Mark Otto
2015-08-12 20:45:21 -07:00
parent 314161cb17
commit b1a74195c8
10 changed files with 20 additions and 147 deletions

View File

@@ -481,61 +481,18 @@ h1, h2, h3, h4, h5, h6,
color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
font-weight: normal;
line-height: 1;
color: #818a91;
}
h1, .h1,
h2, .h2,
h3, .h3 {
margin-bottom: .5rem;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
font-size: 65%;
}
h4, .h4,
h5, .h5,
h6, .h6 {
margin-bottom: .5rem;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
font-size: 75%;
}
h1, .h1 {
font-size: 2.75rem;
}
@@ -594,7 +551,8 @@ hr {
small,
.small {
font-size: 85%;
font-size: 80%;
font-weight: normal;
}
mark,

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long