Commit 9a67c835 by Tan Phat Nguyen

fix nest css

parent b0ceaebb
......@@ -27,11 +27,10 @@
margin-right: -21px;
margin-bottom: 20px;
margin-left: -20px;
}
.nav-sidebar > .active > a, .nav-sidebar > .active > a:hover, .nav-sidebar > .active > a:focus {
.active > a, .active > a:hover, .active > a:focus {
color: #fff;
background-color: #428bca;
}
}
.nav-sidebar > li > a {
......
......@@ -12,7 +12,6 @@
Account <b class="caret"></b>
</a>
<ul class="dropdown-menu">
<li><%= link_to "Order History", '#' %></li>
<li><%= link_to "Settings", edit_user_registration_path %></li>
<li><%= link_to "Orders History", orders_path %></li>
<li class="divider"></li>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment