Skip to content

Commit

Permalink
FlexSlider
Browse files Browse the repository at this point in the history
Minor tweaks
  • Loading branch information
Cobus committed Feb 18, 2013
1 parent 9e9877b commit 526ebcd
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions demo/css/demo.css
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,6 @@ nav li.active a { cursor: default; }
z-index: 9999;
border: 1px solid #1e5486;
background: #255a8c;
border: 1px solid
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
Expand Down Expand Up @@ -254,9 +253,9 @@ nav li.active a { cursor: default; }
nav ul:hover .active {
border: 1px solid #1e5486!important;
background: #255a8c;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
}
nav ul:hover .active a:after {
display: none;
Expand Down

0 comments on commit 526ebcd

Please sign in to comment.