mirror of
https://github.com/Frumph/comic-easel.git
synced 2026-07-19 21:33:31 -04:00
added width: auto to .comic_navi for non-comicpress themes that max width tables
This commit is contained in:
+1
-1
@@ -23,7 +23,7 @@
|
||||
|
||||
.comic_navi {
|
||||
padding: 2px;
|
||||
width: auto!important;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.navi-comictitle {
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user