2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

use quotes on attr selectors more consistently

This commit is contained in:
Mark Otto
2012-01-27 20:05:03 -08:00
parent 0fa6422918
commit 9800196bf7
4 changed files with 29 additions and 29 deletions
+1 -1
View File
@@ -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
}
}