Skip to content

Commit

Permalink
changed nav background from image to css
Browse files Browse the repository at this point in the history
  • Loading branch information
roddds committed Aug 3, 2013
1 parent b77124a commit 33dfeec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion static/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ body {
body .navlist a:hover {
text-decoration: none; }
body .navlist ul {
background-image: url("../img/background.png");
background-color: rgba(0, 0, 0, 0.4);
list-style: none;
margin: 0 auto;
max-width: 536px;
Expand Down
2 changes: 1 addition & 1 deletion static/css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ body {
text-decoration: none;
}
ul {
background-image:url('../img/background.png');
background-color: rgba(0, 0, 0, 0.4);
list-style: none;
margin: 0 auto;
max-width: 536px;
Expand Down

0 comments on commit 33dfeec

Please sign in to comment.