Skip to content

Commit

Permalink
fix text-decoration on link
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodrigo Deodoro committed Oct 18, 2015
1 parent 1d97b61 commit c09cd4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion static/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ body {
text-align: center; }
body .navlist {
display: inline-block; }
body .navlist a:hover {
body .navlist a, body .navlist a:hover {
text-decoration: none; }
body .navlist ul {
padding: 0 20px 0 20px;
Expand Down
4 changes: 2 additions & 2 deletions static/css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ body {
padding-bottom: 40px;
color: white;
font-family: Armata;

.container-narrow {
margin: 0 auto;
max-width: 700px;
Expand All @@ -30,7 +30,7 @@ body {
.navlist {
// width: 90%;
display: inline-block;
a:hover {
a, a:hover {
text-decoration: none;
}
ul {
Expand Down

0 comments on commit c09cd4f

Please sign in to comment.