From 418cb6171fc2d6d04a505e28c123b22c384db8c5 Mon Sep 17 00:00:00 2001
From: Andreas Gohr <andi@splitbrain.org>
Date: Mon, 25 May 2015 09:58:54 +0200
Subject: [PATCH] removed unused class

---
 lib/plugins/styling/admin.php | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lib/plugins/styling/admin.php b/lib/plugins/styling/admin.php
index ab8e5a5f4..3c2ab577c 100644
--- a/lib/plugins/styling/admin.php
+++ b/lib/plugins/styling/admin.php
@@ -93,16 +93,16 @@ class admin_plugin_styling extends DokuWiki_Admin_Plugin {
             }
             echo '</table>';
 
-            echo '<p class="center">';
+            echo '<p>';
             echo '<input type="submit" name="run[preview]" class="btn_preview" value="'.$this->getLang('btn_preview').'">';
             echo '<input type="submit" name="run[reset]" value="'.$this->getLang('btn_reset').'">'; #FIXME only if preview.ini exists
             echo '</p>';
 
-            echo '<p class="center">';
+            echo '<p>';
             echo '<input type="submit" name="run[save]" value="'.$this->getLang('btn_save').'">';
             echo '</p>';
 
-            echo '<p class="center">';
+            echo '<p>';
             echo '<input type="submit" name="run[revert]" value="'.$this->getLang('btn_revert').'">'; #FIXME only if local.ini exists
             echo '</p>';
 
-- 
GitLab