From 8ee528004ffcc1c82ee18ae95a8b3eba8b01bb00 Mon Sep 17 00:00:00 2001 From: Jerome Jutteau Date: Sun, 22 Feb 2015 18:33:38 +0100 Subject: [PATCH] fix mordern skin in installation process --- media/modern/style.css.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/media/modern/style.css.php b/media/modern/style.css.php index fa992e0..422b1a5 100644 --- a/media/modern/style.css.php +++ b/media/modern/style.css.php @@ -81,6 +81,12 @@ h1 a { color: #333; } +h2 { + text-decoration: none; + color: #333; + text-align: center; +} + fieldset p { margin-left: 25%; } -- 2.34.1