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