Browse Source

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

pull/40/head
Michael Foster 11 years ago
parent
commit
3714f37073
  1. 5
      stylesheets/style.css

5
stylesheets/style.css

@ -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;

Loading…
Cancel
Save