diff options
| author | XhmikosR <[email protected]> | 2016-03-07 11:56:30 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2016-03-07 11:56:30 +0200 |
| commit | 06ad50e26217dc0470f78bce8188e39c9e51b790 (patch) | |
| tree | 16cfa9e2092fd841cea5c08a8fc40e0067bcb678 /docs/dist/css/bootstrap.css | |
| parent | 2a999c6c2c21e0d791d1817331398a1b636413c2 (diff) | |
| download | bootstrap-06ad50e26217dc0470f78bce8188e39c9e51b790.tar.xz bootstrap-06ad50e26217dc0470f78bce8188e39c9e51b790.zip | |
Run `grunt`.
[ci skip]
Diffstat (limited to 'docs/dist/css/bootstrap.css')
| -rw-r--r-- | docs/dist/css/bootstrap.css | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css index 848b6ee9c..005b164c3 100644 --- a/docs/dist/css/bootstrap.css +++ b/docs/dist/css/bootstrap.css @@ -385,6 +385,20 @@ a:focus { outline-offset: -2px; } +a:not([href]) { + color: inherit; + text-decoration: none; +} + +a:not([href]):focus, a:not([href]):hover { + color: inherit; + text-decoration: none; +} + +a:not([href]):focus { + outline: none; +} + pre { margin-top: 0; margin-bottom: 1rem; |
