added width: auto to .comic_navi for non-comicpress themes that max width tables

This commit is contained in:
Frumph
2018-03-08 14:11:01 -08:00
parent e58529a848
commit 10e1361343
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -23,7 +23,7 @@
.comic_navi {
padding: 2px;
width: auto!important;
width: auto;
}
.navi-comictitle {
+1
View File
@@ -132,6 +132,7 @@ The comic navigation widget is only seen if you have the comic sidebar's enabled
= 1.15 =
* keynav update - to preserve browser forward/back functions / jn-squire
* added Text Domain: to readme / Frumph
* added .comic_navi width auto to fix for alternative themes that adjust tables to max width
= 1.14 =
* compatibility check w/4.8.2 of WordPress