2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +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
@@ -113,7 +113,7 @@
// Help Firefox not be a jerk about adding extra padding to buttons
button.btn,
input[type=submit].btn {
input[type="submit"].btn {
&::-moz-focus-inner {
padding: 0;
border: 0;