Skip to content

Commit

Permalink
fixing silly menu items that i broke
Browse files Browse the repository at this point in the history
Signed-off-by: frank <frankie.lineha@gmail.com>
  • Loading branch information
frank committed Jun 1, 2015
1 parent e75edf4 commit 32a6655
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion _sass/material/components/_global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,12 @@ a {
}



ul {
padding: 0;
li {
list-style-type: none;
}
}

// classic clearfix
.clearfix {
Expand Down

0 comments on commit 32a6655

Please sign in to comment.