]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
comment in forms'
authorMark Otto <markdotto@gmail.com>
Mon, 23 Jan 2012 21:46:26 +0000 (13:46 -0800)
committerMark Otto <markdotto@gmail.com>
Mon, 23 Jan 2012 21:46:26 +0000 (13:46 -0800)
docs/assets/css/docs.css
lib/forms.less

index e7714fd5c4c968e87e2e8ba68c5000d6a70f2e69..69d9dac568263b5316c96421419122f564cd1158 100644 (file)
@@ -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;
index bf3dbe64c8919be35e296c06fbc97c4a03110dcd..be53c60cbcfafc2937c3dcc799e9dd7bc6febf7c 100644 (file)
@@ -470,6 +470,7 @@ select:focus:required:invalid {
 // --------------------------
 
 .form-horizontal {
+  // Increase spacing between groups
   .control-group {
     margin-bottom: @baseLineHeight;
   }