From 06ad50e26217dc0470f78bce8188e39c9e51b790 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Mon, 7 Mar 2016 11:56:30 +0200 Subject: Run `grunt`. [ci skip] --- docs/dist/css/bootstrap.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'docs/dist/css/bootstrap.css') 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; -- cgit v1.2.3