diff options
| author | Mark Otto <[email protected]> | 2013-11-06 11:00:39 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-11-06 11:00:39 -0800 |
| commit | b593df183087d88940d7af3e59b401685ada3dfe (patch) | |
| tree | 1a098a5163cb6e60af187c3cba1292dea591ddad /dist/css/bootstrap.css | |
| parent | 867e2bef8d9c9b901022899227b306a532f5baf3 (diff) | |
| download | bootstrap-b593df183087d88940d7af3e59b401685ada3dfe.tar.xz bootstrap-b593df183087d88940d7af3e59b401685ada3dfe.zip | |
docs derp
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 9da8d0432..252282efe 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -4477,6 +4477,12 @@ textarea.input-group-sm > .input-group-btn > .btn { border-radius: 4px; } +.navbar-toggle:focus { + outline: thin dotted #333; + outline: 5px auto -webkit-focus-ring-color; + outline-offset: -2px; +} + .navbar-toggle .icon-bar { display: block; width: 22px; |
