From 40f87eabba8ff086c59ae268d0f4427eb61d6019 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Wed, 18 Dec 2013 16:34:27 +0100 Subject: [PATCH] chromium needs -webkit-transform --- public/index.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/index.css b/public/index.css index 2f86d66..dd0e8eb 100644 --- a/public/index.css +++ b/public/index.css @@ -43,6 +43,7 @@ body>ul { position: absolute; top: 2em; right: 0.5em; + -webkit-transform: rotate(45deg); transform: rotate(45deg); text-decoration: none; color: white; @@ -185,4 +186,4 @@ footer a { footer a:hover { text-decoration: underline; -} \ No newline at end of file +} -- 2.30.2