diff options
| author | Jacob Thornton <[email protected]> | 2012-01-28 00:37:12 -0800 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-01-28 00:37:12 -0800 |
| commit | 7ffec335ca099adc2b1e60dc5dd2aadce75ef42d (patch) | |
| tree | f0a1d08335b443c284b571186ff9c56b53fda27d /less/responsive.less | |
| parent | 4737d693e00989a0f90f832a7c8f4f784df14077 (diff) | |
| parent | 18d95a163b23296b7c2242a98aa1f66b3bd22a7a (diff) | |
| download | bootstrap-7ffec335ca099adc2b1e60dc5dd2aadce75ef42d.tar.xz bootstrap-7ffec335ca099adc2b1e60dc5dd2aadce75ef42d.zip | |
Merge branch '2.0-wip' of https://github.com/twitter/bootstrap into 2.0-wip
Diffstat (limited to 'less/responsive.less')
| -rw-r--r-- | less/responsive.less | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/less/responsive.less b/less/responsive.less index 8bfe705b4..6ba31b5c9 100644 --- a/less/responsive.less +++ b/less/responsive.less @@ -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; |
