summaryrefslogtreecommitdiff
path: root/roundcubemail/installer/styles.css
diff options
context:
space:
mode:
authorthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-02-21 00:02:52 +0000
committerthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-02-21 00:02:52 +0000
commit7d56b7c5f14bdd529ab55be2fbf9a2e6d791587e (patch)
tree426b7b0787200a33d82efe6f89da40e63ab77578 /roundcubemail/installer/styles.css
parent19537d238e61248b0f5d2a643b76597595c32e55 (diff)
Added environment checks from check.php-dist
git-svn-id: https://svn.roundcube.net/trunk@1127 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/installer/styles.css')
-rw-r--r--roundcubemail/installer/styles.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/roundcubemail/installer/styles.css b/roundcubemail/installer/styles.css
index 2af840a3d..4045f9db1 100644
--- a/roundcubemail/installer/styles.css
+++ b/roundcubemail/installer/styles.css
@@ -145,6 +145,20 @@ th {
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;
}