diff --git a/RELEASE.md b/RELEASE.md index ddc056c9..dc712ac1 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -56,6 +56,7 @@ Enjoy! * Fixed "PHP Notice" for `MAX_FILE_SIZE` * Fixed Bootswatch Theme selection behavior * Fixed navbar "Edit button" behavior + * Fixed issue with Plugins and userstyle.css (added `div.dokuwiki` tag and class in `main.php` and `detail.php`) * #421: Fixed "showIndividualTool" issue (thanks to @AmritasyaPutra) * #422: Fixed graphic incompatibility for Folded plugin (thanks to @virk) * #423: Fixed PHP warnings for Page Tools (thanks to @fschmittlein) diff --git a/detail.php b/detail.php index 21f1524c..04a7f2c4 100755 --- a/detail.php +++ b/detail.php @@ -295,7 +295,7 @@ - +
-
+ + +
@@ -341,7 +343,7 @@ -
+
@@ -531,5 +533,7 @@
+
+ diff --git a/main.php b/main.php index 7ede8f92..d66d188b 100755 --- a/main.php +++ b/main.php @@ -32,7 +32,7 @@ - +
-
+ + +
@@ -197,5 +199,7 @@ tpl_indexerWebBug(); ?> +
+