Skip to content

Commit 4da521c

Browse files
committed
looking at board style
1 parent 59395c5 commit 4da521c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,13 @@
3333
padding: 10px 10px;
3434
text-align: left;
3535
border: 0px;
36+
border-width: 0px 0px;
3637
font-size: 20px;
3738
font-weight: bold;
3839
}
3940
tr {
40-
border: solid #a0a0a0;
41+
border: solid;
42+
border-color: #a0a0a0;
4143
border-width: 1px 0;
4244
}
4345
a, a:visited, a:active {

0 commit comments

Comments
 (0)