Skip to content

Commit

Permalink
Rename menbg class #7724
Browse files Browse the repository at this point in the history
Review5893002
  • Loading branch information
Gautam Panday committed May 13, 2015
1 parent f9caf4e commit d4738a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -480,10 +480,10 @@ section.products{
color: #06A2DC;
text-decoration: none;
}
.menbg li{
.header-submenu li{
padding: 5px;
}
.menbg li a:hover{
.header-submenu li a:hover{
color: #06A2DC;
text-decoration: none;
}
Expand Down
2 changes: 1 addition & 1 deletion templates/webshop/_helpers.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@
<a class="main-link" href="{{ menuitem.link }}" target="{{ menuitem.target }}">{{ menuitem.title }}</a>
{% if menuitem.children %}
<!-- Dropdown Menu Starts-->
<div class="container menbg">
<div class="container header-submenu">
<div class="row">
{% for child in menuitem.children %}
<div class="col-md-2">
Expand Down

0 comments on commit d4738a6

Please sign in to comment.