Skip to content

Commit

Permalink
Remove font-family from anchor tags
Browse files Browse the repository at this point in the history
  • Loading branch information
cheton committed Sep 6, 2017
1 parent 6c899c7 commit 642016a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/nav-light-tabs.styl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
float: left;
}
.nav-light-tabs > li > a {
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
font-size: 13px;
color: #777777;
padding: 12px 16px;
Expand Down
1 change: 0 additions & 1 deletion src/nav-tabs.styl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
margin-left: -1px;
}
.nav-tabs > li > a {
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
font-size: 13px;
color: #777777;
border: 1px solid #cccccc;
Expand Down

0 comments on commit 642016a

Please sign in to comment.