Some styling for tables
This commit is contained in:
parent
104988e60d
commit
6dae800651
|
@ -68,3 +68,11 @@ img {
|
|||
cursor: url('/cursors/arrow.cur'), auto;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
table { width: 100%; }
|
||||
|
||||
table, th, td {
|
||||
border-collapse: collapse;
|
||||
border: 0.15em dotted black;
|
||||
text-align: center;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue