Toggle menu
45
232
3
1.3K
EmrysSMP Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:Vehicle availability/styles.css

From EmrysSMP Wiki
Revision as of 14:58, 25 April 2025 by SqootWillNoot (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
/* System and price columns */
.t-vehicle-availability-table thead th:first-child,
.t-vehicle-availability-table thead th:last-child {
    width: 8rem;
}

/* Price column */
.t-vehicle-availability-table thead th:last-child,
.t-vehicle-availability-table tbody td:last-child {
    text-align: end;
}