broke out stylesheets

This commit is contained in:
albert
2011-10-03 13:41:32 -04:00
parent 5a4682e6f9
commit 6ad9b590d9
33 changed files with 1248 additions and 1309 deletions

View File

@@ -0,0 +1,28 @@
a:link {
color: $link_color;
text-decoration: none;
}
a:visited {
color: $link_color;
text-decoration: none;
}
a:hover {
color: $link_hover_color;
text-decoration: none;
}
a:active {
color: $link_color;
text-decoration: none;
}
a.active {
font-weight: bold;
}
a.login {
font-weight: bold;
color: #e00;
}