diff options
| author | Mark Otto <[email protected]> | 2016-04-08 21:05:49 -0500 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-04-08 21:05:49 -0500 |
| commit | 29ff8e8b1449887b0e07bd9e19befb0ce1e1cb81 (patch) | |
| tree | 71b8181f060ae4c85b64c171ab05732f25429f8f /dist/css/bootstrap.css | |
| parent | 0a4d3155ab70526cb3f17fbc8fd381d392fc4390 (diff) | |
| download | bootstrap-29ff8e8b1449887b0e07bd9e19befb0ce1e1cb81.tar.xz bootstrap-29ff8e8b1449887b0e07bd9e19befb0ce1e1cb81.zip | |
grunt
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index c4afc1c55..56af60f01 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -2156,25 +2156,25 @@ select.form-control:not([size]):not([multiple]) { display: block; } -.form-control-label { +.col-form-label { padding-top: 0.5rem; padding-bottom: 0.5rem; margin-bottom: 0; } -.form-control-label-lg { +.col-form-label-lg { padding-top: 0.75rem; padding-bottom: 0.75rem; font-size: 1.25rem; } -.form-control-label-sm { +.col-form-label-sm { padding-top: 0.25rem; padding-bottom: 0.25rem; font-size: 0.875rem; } -.form-control-legend { +.col-form-legend { padding-top: 0.5rem; padding-bottom: 0.5rem; margin-bottom: 0; |
