more playing with circular menu

This commit is contained in:
nek0 2016-04-22 09:10:54 +02:00
parent 3d8284b239
commit fb6b73d30a
1 changed files with 3 additions and 3 deletions

View File

@ -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) {