aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-23 13:46:26 -0800
committerMark Otto <[email protected]>2012-01-23 13:46:26 -0800
commit1954cf001926a94f7a4d51f16beaf9f2ba671d13 (patch)
treec0f2ddfba17dce4fa51291237ce50a7421584dca
parentff113acba88806380b995fba894d77b562ca0e0a (diff)
downloadbootstrap-1954cf001926a94f7a4d51f16beaf9f2ba671d13.tar.xz
bootstrap-1954cf001926a94f7a4d51f16beaf9f2ba671d13.zip
comment in forms'
-rw-r--r--docs/assets/css/docs.css13
-rw-r--r--lib/forms.less1
2 files changed, 14 insertions, 0 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css
index e7714fd5c..69d9dac56 100644
--- a/docs/assets/css/docs.css
+++ b/docs/assets/css/docs.css
@@ -448,6 +448,7 @@ h2 + .row {
margin: -18px 0 27px;
font-size: 18px;
font-weight: 300;
+ line-height: 24px;
color: #999;
text-align: center;
}
@@ -563,6 +564,18 @@ form.well {
margin: 0 auto 10px;
}
+ /* Subnav */
+ .subhead .nav {
+ padding: 0;
+ background: none;
+ }
+ .subhead .nav > li {
+ float: none;
+ }
+ .subhead .nav li + li a {
+ border-top: 1px solid #eee;
+ }
+
/* Don't space out quick links so much */
.quick-links {
margin: 40px 0 0;
diff --git a/lib/forms.less b/lib/forms.less
index bf3dbe64c..be53c60cb 100644
--- a/lib/forms.less
+++ b/lib/forms.less
@@ -470,6 +470,7 @@ select:focus:required:invalid {
// --------------------------
.form-horizontal {
+ // Increase spacing between groups
.control-group {
margin-bottom: @baseLineHeight;
}