added minimal table styling
This commit is contained in:
parent
e1d1ef5eeb
commit
fd368d895d
|
@ -27,3 +27,12 @@ a:active {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
table, th, td {
|
||||||
|
border: 1px solid;
|
||||||
|
}
|
||||||
|
|
||||||
|
label {
|
||||||
|
display: block;
|
||||||
|
padding: 1ex;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue