diff options
| author | Mark Otto <[email protected]> | 2012-01-28 00:29:38 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-28 00:29:38 -0800 |
| commit | 342a99f1d01edfa20d744781cbecffcd4239fa39 (patch) | |
| tree | b9f4ded72eb1335555bd16d3b707495e885da11b /docs/assets/css/bootstrap-responsive.css | |
| parent | 963e5e0eda465f3718381fb8c02f69269b51afeb (diff) | |
| download | bootstrap-342a99f1d01edfa20d744781cbecffcd4239fa39.tar.xz bootstrap-342a99f1d01edfa20d744781cbecffcd4239fa39.zip | |
block level page-header h1 small for readability on 480px and under
Diffstat (limited to 'docs/assets/css/bootstrap-responsive.css')
| -rw-r--r-- | docs/assets/css/bootstrap-responsive.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/assets/css/bootstrap-responsive.css b/docs/assets/css/bootstrap-responsive.css index acebb64d3..3936d8c20 100644 --- a/docs/assets/css/bootstrap-responsive.css +++ b/docs/assets/css/bootstrap-responsive.css @@ -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; |
