Skip to content

Commit

Permalink
[#224] Fix for masthead.less. fixes #224
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmartin committed Dec 19, 2012
1 parent 4851d2d commit c34f394
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ckan/public/base/less/masthead.less
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@ header.masthead {
font-weight: bold;
padding: 4px 10px;
.border-radius(3px);
&.active {
background-color: @menuActiveBg;
box-shadow: 0 -1px 0 @menuActiveLo, 0 1px 0 @menuActiveHi;
}
}
&.active a {
background-color: @menuActiveBg;
box-shadow: 0 -1px 0 @menuActiveLo, 0 1px 0 @menuActiveHi;
}
}
}
Expand Down

0 comments on commit c34f394

Please sign in to comment.