add css to disable the #nav-single for comic pages in the jetpack mobile theme

This commit is contained in:
Frumph
2015-09-03 13:52:49 -07:00
parent e19becb236
commit 5d03b7d274
2 changed files with 4 additions and 4 deletions
+4 -1
View File
@@ -365,4 +365,7 @@ a.transcript-title {
.buy-thumbnail, .buycomic-us-form {
display: block;
text-align: center;
}
}
/* remove jetpacks navstyle */
body.single-comic #nav-single { display: none!important; }
-3
View File
@@ -64,6 +64,3 @@
.navi-void, .navi-void:hover {
font-weight: normal;
}