mirror of
https://github.com/peeringdb/peeringdb.git
synced 2024-05-11 05:55:09 +00:00
19 lines
288 B
CSS
19 lines
288 B
CSS
|
|
.table-container th.asc:after {
|
|
content: '\0000a0\0025b2';
|
|
}
|
|
.table-container th.desc:after {
|
|
content: '\0000a0\0025bc';
|
|
}
|
|
.table-container tr.odd {
|
|
background: #4b6063;
|
|
}
|
|
.table-container .current {
|
|
font-weight: bold;
|
|
font-size: 140%;
|
|
}
|
|
.pagination {
|
|
text-align: center;
|
|
}
|
|
|