Skip to content

Commit

Permalink
Wording changes and better style for :focus
Browse files Browse the repository at this point in the history
(Bug 629699)
  • Loading branch information
sgarrity committed Feb 3, 2012
1 parent 4a7025b commit 4f6933f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions media/css/tabzilla.css
Expand Up @@ -195,6 +195,13 @@
color: #484848;
display: block;
padding: 0.4em 20px;
outline: 0;
}

#tabzilla-panel #tabzilla-nav a:hover,
#tabzilla-panel #tabzilla-nav a:active,
#tabzilla-panel #tabzilla-nav a:focus {
text-decoration: underline;
}

#tabzilla-panel #tabzilla-nav ul li#tabzilla-search {
Expand Down
4 changes: 2 additions & 2 deletions media/js/tabzilla.js
Expand Up @@ -352,9 +352,9 @@ Tabzilla.content =
+ ' <ul>'
+ ' <li><a href="http://www.mozilla.org/about/mission.html">Mission</a></li>'
+ ' <li><a href="http://www.mozilla.org/about/">About</a></li>'
+ ' <li><a href="http://www.mozilla.org/products">Products</a></li>'
+ ' <li><a href="http://www.mozilla.org/projects/">Projects</a></li>'
+ ' <li><a href="http://support.mozilla.org/">Support</a></li>'
+ ' <li><a href="https://developer.mozilla.org">Developers Network</a></li>'
+ ' <li><a href="https://developer.mozilla.org">Developer Network</a></li>'
+ ' </ul>'
+ ' </li>'
+ ' <li><h2>Products</h2>'
Expand Down

0 comments on commit 4f6933f

Please sign in to comment.