Fixed pointer over empty space in sidebar.

This commit is contained in:
WrinklyNinja
2014-07-12 15:20:14 +01:00
parent 0de2e47a40
commit cf6a830ae6
+2
View File
@@ -126,6 +126,8 @@ nav > ol > li:nth-child(3) {
}
nav li {
padding: 0.5em 0.5em;
}
nav > ol > li:last-child {
cursor: pointer;
}
nav > ol > li:not(:nth-child(3)):hover, #pluginsNav li:hover {