diff options
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 0b327b015..1d88c130a 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -2104,7 +2104,6 @@ textarea.input-lg { } .form-control-static { - padding-top: 7px; margin-bottom: 0; } @@ -2173,6 +2172,10 @@ textarea.input-lg { clear: both; } +.form-horizontal .form-control-static { + padding-top: 7px; +} + @media (min-width: 768px) { .form-horizontal .control-label { text-align: right; |
