mirror of
https://github.com/adoyle0/thaw.git
synced 2025-03-13 22:19:49 -04:00
16 lines
No EOL
195 B
CSS
16 lines
No EOL
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;
|
|
} |