diff options
| author | Mark Otto <[email protected]> | 2016-02-06 16:47:57 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-02-06 16:47:57 -0800 |
| commit | b2854d85c5b803814b950b1940fd0831d4272414 (patch) | |
| tree | 508d9dab10454da9bc91a11e68a50e4185a5e721 /docs/dist/css/bootstrap.css | |
| parent | b03684d04c143b59509bf626f065a331dcf8bd15 (diff) | |
| download | bootstrap-b2854d85c5b803814b950b1940fd0831d4272414.tar.xz bootstrap-b2854d85c5b803814b950b1940fd0831d4272414.zip | |
grunt
Diffstat (limited to 'docs/dist/css/bootstrap.css')
| -rw-r--r-- | docs/dist/css/bootstrap.css | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css index 8bf2228bd..dc32ecce8 100644 --- a/docs/dist/css/bootstrap.css +++ b/docs/dist/css/bootstrap.css @@ -5837,12 +5837,6 @@ a.bg-danger:focus, a.bg-danger:hover { background-color: #c9302c !important; } -.center-block { - display: block; - margin-right: auto; - margin-left: auto; -} - .clearfix::after { display: table; clear: both; @@ -6281,7 +6275,11 @@ a.bg-danger:focus, a.bg-danger:hover { } .text-muted { - color: #818a91; + color: #818a91 !important; +} + +a.text-muted:focus, a.text-muted:hover { + color: #687077; } .text-primary { |
