You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
319 B
26 lines
319 B
nav {
|
|
overflow: hidden;
|
|
padding: 0px 0px;
|
|
background: #131313;
|
|
height: 2.2em;
|
|
}
|
|
|
|
nav ul {
|
|
display: block;
|
|
float: right;
|
|
}
|
|
|
|
nav ul li {
|
|
display: block;
|
|
float: left;
|
|
padding-left: 1em;
|
|
}
|
|
|
|
nav ul li a img {
|
|
padding: .1em;
|
|
width: 2em;
|
|
}
|
|
|
|
nav ul li a img:hover {
|
|
background: #eee;
|
|
}
|