2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

block level page-header h1 small for readability on 480px and under

This commit is contained in:
Mark Otto
2012-01-28 00:29:38 -08:00
parent 963e5e0eda
commit 342a99f1d0
2 changed files with 10 additions and 0 deletions
+4
View 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;
+6
View File
@@ -27,6 +27,12 @@
@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;