mirror of
https://github.com/psenough/pouet.net.git
synced 2025-01-17 05:08:24 +01:00
7 lines
135 B
CSS
7 lines
135 B
CSS
.bbimage {
|
|
width:expression(this.width > 800 ? "800px" : this.width);
|
|
}
|
|
|
|
.largeavatar {
|
|
-ms-interpolation-mode: nearest-neighbor;
|
|
} |