mirror of
https://github.com/adoyle0/thaw.git
synced 2025-03-14 06:29:49 -04:00
16 lines
195 B
CSS
16 lines
195 B
CSS
|
.melt-table {
|
||
|
width: 100%;
|
||
|
}
|
||
|
|
||
|
.melt-table th {
|
||
|
text-align: inherit;
|
||
|
}
|
||
|
|
||
|
.melt-table td,
|
||
|
.melt-table th {
|
||
|
padding: 10px 12px;
|
||
|
}
|
||
|
|
||
|
.melt-table thead {
|
||
|
border-bottom: 1px solid #888;
|
||
|
}
|