summaryrefslogtreecommitdiff
path: root/installer/install.css
diff options
context:
space:
mode:
Diffstat (limited to 'installer/install.css')
-rw-r--r--installer/install.css21
1 files changed, 21 insertions, 0 deletions
diff --git a/installer/install.css b/installer/install.css
new file mode 100644
index 00000000..36f7f321
--- /dev/null
+++ b/installer/install.css
@@ -0,0 +1,21 @@
+body {
+ background: #eee;
+ font-family: Trebuchet MS;
+}
+
+div#outer {
+ width: 650px;
+ background: white;
+ border: 1px solid #999;
+ margin: 0 auto;
+ padding: -10px;
+}
+
+div#inner {
+ padding: 0 1em 0 1em;
+ margin: 0px;
+}
+
+h1, h2, h3 {
+ margin-bottom: .1em;
+}