underline stuff in program
This commit is contained in:
parent
ddc54902f9
commit
1b596f46c1
|
@ -686,8 +686,12 @@ a.button:hover { opacity: 0.8; }
|
||||||
padding: 0.4em;
|
padding: 0.4em;
|
||||||
}
|
}
|
||||||
.schedule a {
|
.schedule a {
|
||||||
|
border-bottom: dotted 1px #000;
|
||||||
color: #000;
|
color: #000;
|
||||||
}
|
}
|
||||||
|
.schedule a:hover {
|
||||||
|
border-bottom: none;
|
||||||
|
}
|
||||||
.schedule tr td:first-child {
|
.schedule tr td:first-child {
|
||||||
min-width: 82px;
|
min-width: 82px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue