2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

fixes #4455: improve small styles and add to docs

This commit is contained in:
Mark Otto
2012-08-19 13:12:19 -07:00
parent 47cf3cc62f
commit 887f11d47f
4 changed files with 64 additions and 50 deletions
+20 -25
View File
@@ -580,11 +580,6 @@ p {
margin: 0 0 10px;
}
p small {
font-size: 12px;
color: #999999;
}
.lead {
margin-bottom: 20px;
font-size: 20px;
@@ -592,6 +587,26 @@ p small {
line-height: 30px;
}
small {
font-size: 85%;
}
strong {
font-weight: bold;
}
em {
font-style: italic;
}
cite {
font-style: normal;
}
.muted {
color: #999999;
}
h1,
h2,
h3,
@@ -730,18 +745,6 @@ hr {
border-bottom: 1px solid #ffffff;
}
strong {
font-weight: bold;
}
em {
font-style: italic;
}
.muted {
color: #999999;
}
abbr[title] {
cursor: help;
border-bottom: 1px dotted #999999;
@@ -810,14 +813,6 @@ address {
line-height: 20px;
}
small {
font-size: 100%;
}
cite {
font-style: normal;
}
code,
pre {
padding: 0 3px 2px;