mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-02-09 15:40:05 +00:00
15 lines
297 B
CSS
15 lines
297 B
CSS
/* Pretty tables, mostly inherited from table.definition-list */
|
|
table.pretty-table {
|
|
border-collapse: collapse;
|
|
width: 100%;
|
|
}
|
|
|
|
table.pretty-table td, table.pretty-table th {
|
|
border: 1px solid #cccccc;
|
|
padding: 2px 4px;
|
|
}
|
|
|
|
table.pretty-table th {
|
|
background-color: #f0f0f0;
|
|
}
|