]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
support small for legend per #1544
authorMark Otto <markotto@twitter.com>
Sun, 12 Feb 2012 00:50:57 +0000 (16:50 -0800)
committerMark Otto <markotto@twitter.com>
Sun, 12 Feb 2012 00:50:57 +0000 (16:50 -0800)
docs/assets/bootstrap.zip
docs/assets/css/bootstrap.css
less/forms.less

index 6532a299b1476080aaf04026c456393c999f8949..77e70e94d77eca666f92b557be48f94edcb32f08 100644 (file)
Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ
index e32d2b13c503bb9e7ae216bda8cc236eeb8c7c6c..9654d856fa76ad63bf23a84940a80d0a3c0fb450 100644 (file)
@@ -521,6 +521,10 @@ legend {
   border: 0;
   border-bottom: 1px solid #eee;
 }
+legend small {
+  font-size: 13.5px;
+  color: #999999;
+}
 label,
 input,
 button,
index 17393b280848f19f0237b7e6799910f7b090b230..f262af0dbfa7657def34b4d50525ae5996bc560f 100644 (file)
@@ -28,6 +28,12 @@ legend {
   color: @grayDark;
   border: 0;
   border-bottom: 1px solid #eee;
+
+  // Small
+  small {
+    font-size: @baseLineHeight * .75;
+    color: @grayLight;
+  }
 }
 
 // Set font for forms