Skip to content

Commit

Permalink
css tweak for codacy
Browse files Browse the repository at this point in the history
important shouldn't be needed?
  • Loading branch information
bewest committed Aug 9, 2016
1 parent 2f0bbca commit 28ba2a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions static/css/drawer.css
Expand Up @@ -319,8 +319,8 @@ ul.navigation {
display: block;
}

.navigation li a {
text-decoration: none !important;
#drawer .navigation li a {
text-decoration: none;
background-color: #808080;
display: block;
padding: 5px;
Expand Down Expand Up @@ -369,4 +369,4 @@ ul.navigation {
#boluscalcDrawer .foodinput {
background: #505050;
margin: 10px;
}
}

0 comments on commit 28ba2a8

Please sign in to comment.