refactor the stylesheet

This commit is contained in:
Andreas Zweili 2016-12-28 14:48:58 +01:00
parent 535f837053
commit 6ea59c88a3
1 changed files with 6 additions and 2 deletions

View File

@ -1,13 +1,15 @@
/*Navigation */
/* navigation */
ul {
list-style-type:none;
overflow: hidden;
background-color:none;
image-orientation: left;
}
li {
float: right;
}
li a {
display: block;
color: grey;
@ -15,11 +17,13 @@ li a {
padding: 18px 16px;
text-decoration: none;
}
li a:hover {
background-color: #111;
}
li {
border-right: 1px solid #bbb;
border-left: 1px solid #bbb;
}
/*navigaton end */
/* navigaton end */