From: Michael Wallner Date: Wed, 18 Dec 2013 15:34:27 +0000 (+0100) Subject: chromium needs -webkit-transform X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=40f87eabba8ff086c59ae268d0f4427eb61d6019;p=mdref%2Fmdref chromium needs -webkit-transform --- 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 +}