]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
block level page-header h1 small for readability on 480px and under
authorMark Otto <markdotto@gmail.com>
Sat, 28 Jan 2012 08:29:38 +0000 (00:29 -0800)
committerMark Otto <markdotto@gmail.com>
Sat, 28 Jan 2012 08:29:38 +0000 (00:29 -0800)
docs/assets/css/bootstrap-responsive.css
less/responsive.less

index acebb64d3b00e926b5b4cc24006df54184c26c36..3936d8c2037c759f107f47554a886da5f8912880 100644 (file)
@@ -3,6 +3,10 @@
   visibility: hidden;
 }
 @media (max-width: 480px) {
+  .page-header h1 small {
+    display: block;
+    line-height: 18px;
+  }
   .form-horizontal .control-group > label {
     float: none;
     width: auto;
index 8bfe705b4d4aea37de95d8157fe1c4fe8663ec3f..6ba31b5c93101b8c49591a6e03a1cffaf07ce215 100644 (file)
 
 @media (max-width: 480px) {
 
+  // Block level the page header small tag for readability
+  .page-header h1 small {
+    display: block;
+    line-height: @baseLineHeight;
+  }
+
   // Remove the horizontal form styles
   .form-horizontal .control-group > label {
     float: none;