Don't show shitty top page nav thing on smaller/mobile browsers

This commit is contained in:
Michael Foster 2013-09-16 15:16:00 +10:00
parent c442502e74
commit 3714f37073

View File

@ -328,6 +328,11 @@ div.pages.top {
right: 0;
opacity: 0.9;
}
@media screen and (max-width: 800px) {
div.pages.top {
display: none !important;
}
}
div.pages a.selected {
color: black;
font-weight: bolder;