diff options
Diffstat (limited to 'webAO/client.css')
| -rw-r--r-- | webAO/client.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/webAO/client.css b/webAO/client.css index 4ce37f0..b32a7cf 100644 --- a/webAO/client.css +++ b/webAO/client.css @@ -105,8 +105,11 @@ img { } .demothing { + display: block; height: 60px; width: 60px; + max-width: 60px; + max-height: 60px; margin: 3px; border: 1px solid #000; } @@ -421,6 +424,10 @@ img { filter: brightness(50%); } +.noini { + transform: rotate(180deg); +} + .hrtext { overflow: hidden; text-align: center; |
