basic functionality pass 6

This commit is contained in:
Andrew Dolgov 2005-08-21 17:42:49 +01:00
parent 6782455740
commit 3dbea71b03
1 changed files with 10 additions and 1 deletions

View File

@ -11,7 +11,7 @@ a {
}
a:hover {
text-decoration : underline;
color : #5050aa;
}
a.button {
@ -124,6 +124,15 @@ table.main td.content {
overflow : scroll;
}
td.content a {
color : #5050aa;
text-decoration : none;
}
td.content a:hover {
text-decoration : underline;
}
table.main td.notify {
height : 40px;
border-width : 1px 0px 0px 0px;