we weren't using that class any more

pull/1/head
Andromeda Yelton 2012-05-08 14:38:44 -04:00
parent 6e1aa4dfd0
commit aea47fff25
2 changed files with 1 additions and 19 deletions

View File

@ -485,14 +485,6 @@ a#readon span {
#js-leftcol a:hover { #js-leftcol a:hover {
text-decoration: underline; text-decoration: underline;
} }
#js-leftcol a.comingsoon:hover {
text-decoration: none;
cursor: default;
}
#js-leftcol a.comingsoon:hover:after {
content: " Coming soon!";
color: #8dc63f;
}
#js-leftcol .jsmod-content { #js-leftcol .jsmod-content {
border: solid 1px #edf3f4; border: solid 1px #edf3f4;
-moz-border-radius: 0 0 10px 10px; -moz-border-radius: 0 0 10px 10px;

View File

@ -402,16 +402,6 @@ a#readon {
&:hover{ &:hover{
text-decoration:underline; text-decoration:underline;
} }
&.comingsoon:hover {
text-decoration: none;
cursor: default;
&:after {
content: " Coming soon!";
color: @call-to-action;
}
}
} }
.jsmod-content { .jsmod-content {