Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Tab tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmbacon committed Jul 29, 2015
1 parent 7dd819d commit 278a326
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion inc/nav-tabs.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
</div>
</nav>

<div id="nav-wrapper" class="hidden-xs">
<div id="nav-tabs" class="hidden-xs">
<div id="tabs-top-wrapper" class="tabs-wrapper">
<nav id="tabs-top" class="container">
<?php
Expand Down
2 changes: 1 addition & 1 deletion sass/_nav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
& > li.active > a:hover,
& > li.active > a:focus {
background-color:$navbar-default-bg;
border-bototm:1px solid $navbar-default-bg;
border-bottom:1px solid $navbar-default-bg;
position:relative;
bottom:-1px;
z-index:9999;
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -5737,7 +5737,7 @@ button.close {
border-bottom: 0; }
#nav-tabs .nav-tabs > li.active > a, #nav-tabs .nav-tabs > li.active > a:hover, #nav-tabs .nav-tabs > li.active > a:focus {
background-color: #f8f8f8;
border-bototm: 1px solid #f8f8f8;
border-bottom: 1px solid #f8f8f8;
position: relative;
bottom: -1px;
z-index: 9999; }
Expand Down

0 comments on commit 278a326

Please sign in to comment.