From fb1e55dcf0db7fb907b95232fdc49ac31c598887 Mon Sep 17 00:00:00 2001 From: Olivier Van Acker Date: Tue, 30 Jul 2013 14:57:43 +0100 Subject: [PATCH] Update main.css so staircase in picture matches Scala logo The staircase in the picture down the page is mirrored compared to the Scala logo. I've added some css to 'correct' this ;-) --- resources/css/main.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/resources/css/main.css b/resources/css/main.css index 5902c0e89..5817cfa17 100755 --- a/resources/css/main.css +++ b/resources/css/main.css @@ -984,6 +984,12 @@ h2.twitterhdr > span { width: 100%; min-width:1024px; min-height: 400px; + -moz-transform: scaleX(-1); + -o-transform: scaleX(-1); + -webkit-transform: scaleX(-1); + transform: scaleX(-1); + filter: FlipH; + -ms-filter: "FlipH"; } .darkblue-overlay {