fixed link styles

This commit is contained in:
Kerrick Long
2011-07-14 09:47:56 -05:00
parent f4378d280d
commit 7a097c0c42
+3 -4
View File
@@ -12,8 +12,10 @@ body {
display: block;
margin: auto;
}
a {
a:link, a[onclick], a:visited {
text-decoration: none;
color: blue;
cursor:pointer;
}
a:hover {
text-decoration: underline;
@@ -120,9 +122,6 @@ li[data-dir='-1'] .downmod {
font-weight: bold;
padding: 0 4px;
}
.actions a[onclick] {
cursor: pointer;
}
.actions a:first-child {
padding-left:0;
}