underline stuff in program

This commit is contained in:
Vasil Kolev 2014-10-14 06:59:24 +03:00 committed by Openfest
parent ddc54902f9
commit 1b596f46c1
1 changed files with 4 additions and 0 deletions

View File

@ -686,8 +686,12 @@ a.button:hover { opacity: 0.8; }
padding: 0.4em;
}
.schedule a {
border-bottom: dotted 1px #000;
color: #000;
}
.schedule a:hover {
border-bottom: none;
}
.schedule tr td:first-child {
min-width: 82px;
}