mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-01-08 08:20:29 +00:00
113b560a20
Ooooooh, it's all fancy now. Well, that or horrifically broken.
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;
|
|
}
|