Refactored navigation

This commit is contained in:
Dmitriy Zaporozhets 2012-07-03 20:52:48 +03:00
parent 51f174b97f
commit 031ae7756e
9 changed files with 152 additions and 72 deletions

View file

@ -9,19 +9,21 @@
*
*/
.ui_modern {
nav.main_menu {
ul.main_menu {
background:none;
box-shadow:none;
@include border-radius(0px);
border:none;
border-bottom:2px solid #456;
a {
li {
border:none;
&.current {
border-bottom:2px solid #f90;
background-color:#fff;
position:relative;
top:1px;
}
}
}