]> git.mxchange.org Git - mailer.git/commitdiff
A bit space added to install_welcome class
authorRoland Häder <roland@mxchange.org>
Tue, 17 Mar 2009 03:27:26 +0000 (03:27 +0000)
committerRoland Häder <roland@mxchange.org>
Tue, 17 Mar 2009 03:27:26 +0000 (03:27 +0000)
theme/business/css/install.css
theme/default/css/install.css
theme/desert/css/install.css

index f3b71388c5de168774eae8382070b1b63721805e..41322a8c058ba9630155deb78b7388d605fbc648 100644 (file)
@@ -67,3 +67,8 @@
        padding-top                     : 10px;
        padding-bottom          : 10px;
 }
+
+.install_welcome {
+       padding-top                     : 5px;
+       padding-bottom          : 10px;
+}
index e0f1e6727de1fe73f44f0da2bac17fe2f06a067d..7e2a63c821e07a052901a0954b1eb0126dc17995 100644 (file)
@@ -64,6 +64,7 @@
 
 .install_welcome {
        color                           : #0000CC;
+       padding-top                     : 5px;
        padding-bottom          : 10px;
        font-size                       : 16px;
 }
index 02bf34b659a8aea9e7bab20e576fab5166df6e5e..acc2fd896c410cb854c42af7ae2179362458066a 100644 (file)
@@ -72,3 +72,8 @@
        padding-top                     : 10px;
        padding-bottom          : 10px;
 }
+
+.install_welcome {
+       padding-top                     : 5px;
+       padding-bottom          : 10px;
+}