diff options
| author | XhmikosR <[email protected]> | 2014-03-02 09:50:21 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2014-03-02 09:50:21 +0200 |
| commit | cd134f1ed6b83854bf1f327d092022cfacc1c655 (patch) | |
| tree | 505f87da1f9e2107ec62a5d46398a975058a1d08 /docs/examples/cover | |
| parent | cd65e512a21767861c57294dc720d7836a104d39 (diff) | |
| parent | a7339a0f4c05f5b6a84cc457641a363e18ef2b85 (diff) | |
| download | bootstrap-cd134f1ed6b83854bf1f327d092022cfacc1c655.tar.xz bootstrap-cd134f1ed6b83854bf1f327d092022cfacc1c655.zip | |
Merge pull request #12864 from twbs/csslint-fix
Csslint fix
Diffstat (limited to 'docs/examples/cover')
| -rw-r--r-- | docs/examples/cover/cover.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/examples/cover/cover.css b/docs/examples/cover/cover.css index fb478ed09..9fcc9274f 100644 --- a/docs/examples/cover/cover.css +++ b/docs/examples/cover/cover.css @@ -84,6 +84,7 @@ body { .masthead-nav > li > a:hover, .masthead-nav > li > a:focus { background-color: transparent; + border-bottom-color: #a9a9a9; border-bottom-color: rgba(255,255,255,.25); } .masthead-nav > .active > a, |
