diff options
| author | Mark Otto <[email protected]> | 2013-11-28 12:34:42 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-11-28 12:34:42 -0800 |
| commit | 9d485db721ba248224696eb63eafdfabad1fcbe2 (patch) | |
| tree | 134402c7d3c619364263256fb96856872a6fdbf0 /dist/css/bootstrap.css | |
| parent | ec9d4708d2b3dcbe185e674d5d0ee15da67b4fb6 (diff) | |
| download | bootstrap-9d485db721ba248224696eb63eafdfabad1fcbe2.tar.xz bootstrap-9d485db721ba248224696eb63eafdfabad1fcbe2.zip | |
run grunt after last merge
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 75d27fde8..832a0e85f 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -333,7 +333,7 @@ a:focus { } a:focus { - outline: thin dotted #333; + outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } @@ -1902,7 +1902,7 @@ select optgroup { input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus { - outline: thin dotted #333; + outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } @@ -2257,7 +2257,7 @@ textarea.input-lg { } .btn:focus { - outline: thin dotted #333; + outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } |
