Skip to content

Commit

Permalink
Only highlight actual links in web pages
Browse files Browse the repository at this point in the history
This fixes gh-56 (I hope?).
  • Loading branch information
bos committed Aug 11, 2014
1 parent ed991a4 commit 9a8d2fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions www/bootstrap-custom.css
Expand Up @@ -15,8 +15,8 @@ body {
background-color: #f5f5f5;
}

a > code { color: #02d; }
a > code:hover { color: #44f; }
a[href] > code { color: #02d; }
a[href] > code:hover { color: #44f; }
div.nav.bs-docs-sidenav > ul { list-style-type: none; }
div.nav.bs-docs-sidenav > ul > li > ul { list-style-type: none; }

Expand Down

0 comments on commit 9a8d2fc

Please sign in to comment.