]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
extend block level smalls to h2s in docs
authorMark Otto <markdotto@gmail.com>
Sat, 28 Jan 2012 08:31:55 +0000 (00:31 -0800)
committerMark Otto <markdotto@gmail.com>
Sat, 28 Jan 2012 08:31:55 +0000 (00:31 -0800)
docs/assets/css/docs.css

index 061a231df3c5ded46c7918b2ac4d0112aa028eb0..41029ded1f96b4e1136ca9d9b345e7a98f7eae3f 100644 (file)
@@ -657,14 +657,13 @@ form.well {
   }
 
   /* Change up some type stuff */
-  h1 small {
-    display: block;
-    line-height: 20px;
-  }
-  /* More space between sections */
   h2 {
     margin-top: 27px;
   }
+  h2 small {
+    display: block;
+    line-height: 18px;
+  }
   h3 {
     margin-top: 18px;
   }