Remove "." from top navigation links

This commit is contained in:
Michael Rose 2013-06-20 08:08:48 -04:00
parent 6687e381bb
commit 6c3e1cbbf0
3 changed files with 0 additions and 9 deletions

View file

@ -1423,9 +1423,6 @@ html {
display: inline;
margin-right: 25px;
}
.top-navigation li:after {
content: ".";
}
.top-navigation li a {
decoration: none;
border-bottom: 0 solid transparent;

View file

@ -1766,9 +1766,6 @@ html {
display: inline;
margin-right: 25px;
}
.top-navigation li:after {
content: ".";
}
.top-navigation li a {
decoration: none;
border-bottom: 0 solid transparent;

View file

@ -35,9 +35,6 @@ html {
list-style-type: none;
display: inline;
margin-right: 25px;
&:after {
content: ".";
}
a {
decoration: none;
border-bottom: 0 solid transparent;