5 lines
91 B
CSS
5 lines
91 B
CSS
/* Don't show it to users who disabled JS */
|
|
.client-nojs #pt-uls {
|
|
visibility: hidden;
|
|
}
|