Skip to content

Commit

Permalink
Changed menu border color and spaces at menu #7724
Browse files Browse the repository at this point in the history
  • Loading branch information
Gautam Panday committed May 16, 2015
1 parent a76a0ab commit f1a28b3
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,9 @@ section.products{
text-decoration: none;
}
.header-submenu li{
padding: 5px;
padding-left: 15px;
padding-bottom: 5px;
padding-top: 5px;
}
.header-submenu li a:hover{
color: #06A2DC;
Expand All @@ -501,8 +503,8 @@ section.products{
width: 1140px;
height: 250px;
overflow: hidden;
border-top: 6px solid #4B6A84;
border-bottom: 6px solid #4B6A84;
border-top: 6px solid #07A2DC;
border-bottom: 6px solid #07A2DC;
padding: 20px 0;
}
.main-navigation li:hover .container{
Expand Down Expand Up @@ -1873,4 +1875,9 @@ h3.product-item-name{
}
#search_form{
position: relative;
}
.header-submenu ul > :first-child{
font-size: 17px;
font-weight: 600;
padding-left: 5px;
}

0 comments on commit f1a28b3

Please sign in to comment.