From 6557d3005ca187912cf053f3897c43a991916e56 Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Wed, 20 Feb 2008 19:02:52 -0500
Subject: [PATCH] Added environment checks from check.php-dist

---
 installer/styles.css |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/installer/styles.css b/installer/styles.css
index 2af840a..4045f9d 100644
--- a/installer/styles.css
+++ b/installer/styles.css
@@ -145,6 +145,20 @@
   text-align: left;
 }
 
+ul li {
+  margin: 0.3em 0 0.4em -1em;
+}
+
+ul li ul li {
+  margin-bottom: 0.2em;
+}
+
+h3 {
+  font-size: 1.1em;
+  margin-top: 1.5em;
+  margin-bottom: 0.6em;
+}
+
 h4 {
   margin-bottom: 0.2em;
 }

--
Gitblit v1.9.1