mirror of
https://github.com/Team254/cheesy-arena-lite.git
synced 2026-03-09 21:56:50 -04:00
Added nicknames to pit display.
This commit is contained in:
@@ -57,16 +57,23 @@ body {
|
||||
border-top: 1px solid #000;
|
||||
}
|
||||
.rankings-table {
|
||||
table-layout: fixed;
|
||||
text-align: center;
|
||||
font-size: 17px;
|
||||
color: #000;
|
||||
border-bottom: 3px solid #666;
|
||||
margin: 0;
|
||||
}
|
||||
.team-field {
|
||||
width: 7%;
|
||||
}
|
||||
.team-nickname {
|
||||
width: 30%;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-align: left;
|
||||
}
|
||||
.rankings-table > tbody > tr > td {
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
}
|
||||
.align-left {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user