aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-07-24 00:37:19 -0700
committerMark Otto <[email protected]>2012-07-24 00:37:19 -0700
commitc37aa99e2836c333407db9d7d703ff731214f64e (patch)
tree9695a6b45492039f7ce3939c54bd608dfe20535d
parent4912dd441d46dbacd7414628b6d70a8ae0d85d7f (diff)
downloadbootstrap-c37aa99e2836c333407db9d7d703ff731214f64e.tar.xz
bootstrap-c37aa99e2836c333407db9d7d703ff731214f64e.zip
modal heading line-height
-rw-r--r--docs/assets/css/bootstrap.css2
-rw-r--r--less/modals.less2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index 4a4b3e5f4..b0c966d22 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -4717,7 +4717,7 @@ input[type="submit"].btn.btn-mini {
.modal-header h3 {
margin: 0;
- line-height: 1;
+ line-height: 30px;
}
.modal-body {
diff --git a/less/modals.less b/less/modals.less
index 8cdaace36..e515bb796 100644
--- a/less/modals.less
+++ b/less/modals.less
@@ -59,7 +59,7 @@
// Heading
h3 {
margin: 0;
- line-height: 1;
+ line-height: 30px;
}
}