mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 23:31:13 -05:00
improve help display and add supported games list
This commit is contained in:
@ -452,3 +452,22 @@ img.social-icon {
|
||||
min-width: 1.2rem;
|
||||
margin-right: 0.75rem;
|
||||
}
|
||||
|
||||
|
||||
table.no-cell-divider tr {
|
||||
//border: none !important;
|
||||
border-color: transparent !important;
|
||||
}
|
||||
|
||||
table.no-cell-divider td, table.no-cell-divider th {
|
||||
padding: 0.25rem 1.5rem;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
table.no-cell-divider td.first-row, table.no-cell-divider th.first-row {
|
||||
padding-top: 1.5rem;
|
||||
}
|
||||
|
||||
table.no-cell-divider td.last-row, table.no-cell-divider th.last-row {
|
||||
padding-bottom: 1.5rem;
|
||||
}
|
||||
|
Reference in New Issue
Block a user