Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Please sign up or log in to edit the wiki.

Module:Vehicle availability/styles.css

From the Star Citizen Wiki, the fidelity™ encyclopedia
/* 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;
}