mirror of
https://framagit.org/les/gancio.git
synced 2025-02-01 00:52:01 +01:00
9 lines
99 B
CSS
9 lines
99 B
CSS
|
table {
|
||
|
width: 100%;
|
||
|
border-collapse: collapse;
|
||
|
}
|
||
|
|
||
|
table, th, td {
|
||
|
border: 1px solid #555;
|
||
|
}
|