diff options
author | MaZderMind | 2015-12-10 20:01:11 +0100 |
---|---|---|
committer | MaZderMind | 2015-12-10 20:01:11 +0100 |
commit | e6850e4513b4a88123f062bb4d4e2b22c15b9801 (patch) | |
tree | 7f816e57f799fd4b9bc9bb9fca512aa2af0308ea /assets/css | |
parent | 00eb6c77ec2bc6a6d5d8c0278dbd2c2e945192e3 (diff) |
Fix rotation of SVG-Winkekatze on 500er page
Diffstat (limited to 'assets/css')
-rw-r--r-- | assets/css/_error.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/css/_error.less b/assets/css/_error.less index 60dc2aa..2ccaf6d 100644 --- a/assets/css/_error.less +++ b/assets/css/_error.less @@ -22,7 +22,7 @@ body.e500 { text-align: left; } - img { + svg { .rotate(180deg); } } |