more work on nav

This commit is contained in:
nek0 2016-04-22 11:10:27 +02:00
parent ca51fa5201
commit 31d6e91b78
1 changed files with 5 additions and 3 deletions

View File

@ -34,16 +34,18 @@ nav li {
display: inline-block;
/*background-color: #ffffff;*/
position: relative;
margin-right: 15px;
}
nav li a {
width: 7.5ex;
height: 7.5ex;
border: 0.5px solid red;
border: 0.5px solid white;
border-radius: 50%;
display: inline-block;
color: white;
background-color: red;
box-shadow: 0 0 10px 6px red;
box-shadow: 0 0 5px 5px red;
font-weight: bold;
/*padding: 0.3em 0.5em 0.5em;*/
line-height: 7.5ex;
@ -293,7 +295,7 @@ a[href$="mitschnitte-rss.xml"]:before {
}
nav li {
margin: 0 0 1em;
margin-bottom: 1em;
}
nav li a {