diff options
| author | Mark Otto <[email protected]> | 2012-01-14 21:28:47 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-14 21:28:47 -0800 |
| commit | dab6d2b17cc2fd67c2462b5a5eb84eb58d9c72bc (patch) | |
| tree | 87961fa11d60108e2ce868276c5347b2fca8984d /lib/responsive.less | |
| parent | 6d916763f82be8c2d4f87842275170c12bea72ec (diff) | |
| download | bootstrap-dab6d2b17cc2fd67c2462b5a5eb84eb58d9c72bc.tar.xz bootstrap-dab6d2b17cc2fd67c2462b5a5eb84eb58d9c72bc.zip | |
change up classes on tables and forms, fix nav list styles in example
Diffstat (limited to 'lib/responsive.less')
| -rw-r--r-- | lib/responsive.less | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/responsive.less b/lib/responsive.less index 5131aa625..f5c23df3c 100644 --- a/lib/responsive.less +++ b/lib/responsive.less @@ -76,22 +76,22 @@ } // Remove the horizontal form styles - .horizontal-form .control-group > label { + .form-horizontal .control-group > label { float: none; width: auto; padding-top: 0; text-align: left; } // Move over all input controls and content - .horizontal-form .controls { + .form-horizontal .controls { margin-left: 0; } // Move the options list down to align with labels - .horizontal-form .control-list { + .form-horizontal .control-list { padding-top: 0; // has to be padding because margin collaspes } // Move over buttons in .form-actions to align with .controls - .horizontal-form .form-actions { + .form-horizontal .form-actions { padding-left: 0; } |
