diff options
| author | Mark Otto <[email protected]> | 2012-01-27 20:05:03 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-27 20:05:03 -0800 |
| commit | 9800196bf7067b560e062dabfcb51f9b9c7e8dd5 (patch) | |
| tree | 822d4bbe9e2f6135dbbeabddce128742dee8d3f1 /less/modals.less | |
| parent | 0fa642291843fbeab66960c6fc635681c1241586 (diff) | |
| download | bootstrap-9800196bf7067b560e062dabfcb51f9b9c7e8dd5.tar.xz bootstrap-9800196bf7067b560e062dabfcb51f9b9c7e8dd5.zip | |
use quotes on attr selectors more consistently
Diffstat (limited to 'less/modals.less')
| -rw-r--r-- | less/modals.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/modals.less b/less/modals.less index 0368e01e1..7f07d11e4 100644 --- a/less/modals.less +++ b/less/modals.less @@ -60,6 +60,6 @@ .btn { float: right; margin-left: 5px; - margin-bottom: 0; // account for input[type=submit] which gets the bottom margin like all other inputs + margin-bottom: 0; // account for input[type="submit"] which gets the bottom margin like all other inputs } } |
