The plugin add a widget and a shortcode in order to show authors of an article. It is compatible with Co-Authors Plus.
+diff --git a/index.html b/index.html index 8c4c5ee..80bd042 100644 --- a/index.html +++ b/index.html @@ -61,11 +61,11 @@ padding: 15px; } - #box { + .content { margin: 15px; padding: 5px 5px 5px 5px; - background: #fafafa; - border: 1px solid #20B2AA; + background: #ffffff; + border: 1px solid #4F7849; } #titlebox { @@ -101,7 +101,7 @@
The plugin add a widget and a shortcode in order to show authors of an article. It is compatible with Co-Authors Plus.
+