mirror of
https://github.com/rystaf/mlmym.git
synced 2024-11-05 06:43:21 +00:00
18 lines
249 B
CSS
18 lines
249 B
CSS
|
.scripting,
|
||
|
.expando-button,
|
||
|
.minimize,
|
||
|
#showimages,
|
||
|
#lmc,
|
||
|
.hidechildren {
|
||
|
display: none !important;
|
||
|
}
|
||
|
.post .expando .image img {
|
||
|
visibility: visible;
|
||
|
}
|
||
|
div.pager {
|
||
|
display: block;
|
||
|
}
|
||
|
.savecomment input[type=file] {
|
||
|
display: inline-block;
|
||
|
}
|