aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-03-31 13:20:54 -0700
committerMark Otto <[email protected]>2013-03-31 13:20:54 -0700
commit388a4c878db2a41d15f438632463dafb65e6e748 (patch)
tree7762a0a59fd30171d73ab33dedabf78196790df9 /docs/assets/css
parent5c601e7ac24f916e31c7506e07f0a34b8442eba0 (diff)
downloadbootstrap-388a4c878db2a41d15f438632463dafb65e6e748.tar.xz
bootstrap-388a4c878db2a41d15f438632463dafb65e6e748.zip
remove lingering rem
Diffstat (limited to 'docs/assets/css')
-rw-r--r--docs/assets/css/bootstrap.css6
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index e93ff3853..750a68a99 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -468,37 +468,31 @@ h6 {
h1,
.h1 {
font-size: 38.5px;
- font-size: 4rem;
}
h2,
.h2 {
font-size: 31.5px;
- font-size: 3rem;
}
h3,
.h3 {
font-size: 24.5px;
- font-size: 2.5rem;
}
h4,
.h4 {
font-size: 17.5px;
- font-size: 2rem;
}
h5,
.h5 {
font-size: 14px;
- font-size: 1.6rem;
}
h6,
.h6 {
font-size: 11.9px;
- font-size: 1.2rem;
}
h1 small,