From fb6b73d30ac6b6b7daf4996db084fb20d3aff2e7 Mon Sep 17 00:00:00 2001 From: nek0 Date: Fri, 22 Apr 2016 09:10:54 +0200 Subject: [PATCH] more playing with circular menu --- content/static/datenspuren/2016/style/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/static/datenspuren/2016/style/style.css b/content/static/datenspuren/2016/style/style.css index 82e5f60fa..33b5fcd73 100644 --- a/content/static/datenspuren/2016/style/style.css +++ b/content/static/datenspuren/2016/style/style.css @@ -46,7 +46,7 @@ nav li a { /*padding: 0.3em 0.5em 0.5em;*/ line-height: 7.5ex; text-decoration: none; - transition-duration: 0.6s; + transition-duration: 0.4s; } nav li a:hover { @@ -313,13 +313,13 @@ article dl dd a { } nav ul { - width: 40ex; + width: 60ex; height: 35ex; + margin-right: -10ex; } nav li { position: absolute; - right: 0; } nav ul > *:nth-of-type(1) {