1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-19 06:18:22 +01: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

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;

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;