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