mirror of https://gitlab.crans.org/bde/nk20
9 lines
167 B
CSS
9 lines
167 B
CSS
|
.table-container th.asc:after {
|
||
|
content: '\0000a0\0025b2';
|
||
|
float: right;
|
||
|
}
|
||
|
.table-container th.desc:after {
|
||
|
content: '\0000a0\0025bc';
|
||
|
float: right;
|
||
|
}
|