fixed a little mistake in code formatting
parent
db0a428481
commit
8886a6ff4f
|
@ -191,11 +191,17 @@ ul.topnav li a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul.topnav li a:hover:not(.active) {background-color: #f582ae;}
|
ul.topnav li a:hover:not(.active) {
|
||||||
|
background-color: #f582ae;
|
||||||
|
}
|
||||||
|
|
||||||
ul.topnav li a.active {background-color: #f582ae;}
|
ul.topnav li a.active {
|
||||||
|
background-color: #f582ae;
|
||||||
|
}
|
||||||
|
|
||||||
ul.topnav li.right {float: right;}
|
ul.topnav li.right {
|
||||||
|
float: right;
|
||||||
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 600px) {
|
@media screen and (max-width: 600px) {
|
||||||
ul.topnav li.right,
|
ul.topnav li.right,
|
||||||
|
@ -242,4 +248,4 @@ ul.topnav li.right {float: right;}
|
||||||
background-color: inherit;
|
background-color: inherit;
|
||||||
font-family: inherit;
|
font-family: inherit;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}*/
|
}*/
|
||||||
|
|
Loading…
Reference in New Issue