1
0
Fork 0

Selected items are no longer underscored

This commit is contained in:
Gregory Eremin 2015-03-21 21:45:45 +07:00
parent 1553ec8e75
commit 0a21d10276
2 changed files with 0 additions and 3 deletions

View File

@ -114,7 +114,6 @@
.selector li.active {
color: #000;
cursor: default;
border-bottom: #000 1px solid;
}
.whatsgoingon {

View File

@ -39,9 +39,7 @@
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
border-bottom: #fff 1px solid;
}
.menu .nav a.active {
color: #000;
border-bottom: #000 1px solid;
}