summaryrefslogtreecommitdiff
path: root/style
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2008-09-28 08:46:48 +0000
committerMax Kremmel <xing@synapse.plus.com>2008-09-28 08:46:48 +0000
commitc48892591e828479bf2b2137ad24ab94149b28aa (patch)
treec6201299fbf2f31e7f432a3165f52064456f1f7d /style
parent74ba47445e7c964f7f0cb9eb6eed2220fcefdfc0 (diff)
downloadinstall-c48892591e828479bf2b2137ad24ab94149b28aa.tar.gz
install-c48892591e828479bf2b2137ad24ab94149b28aa.tar.bz2
install-c48892591e828479bf2b2137ad24ab94149b28aa.zip
make max-width just a bit narrower
Diffstat (limited to 'style')
-rw-r--r--style/install.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/style/install.css b/style/install.css
index 4086909..d2ab19a 100644
--- a/style/install.css
+++ b/style/install.css
@@ -1,5 +1,5 @@
/* layout */
-div#container {width:93%;margin:0 auto;max-width:1600px}
+div#container {width:93%;margin:0 auto;max-width:1100px}
/* header */
#header {background:transparent url(images/bg_header-trans.png) no-repeat right top}
@@ -196,4 +196,4 @@ div.progressbar div.progress100 {-moz-border-radius:0 0 .5em 0;-webkit-border-ra
#stepmenu {-moz-border-radius:.4em;-webkit-border-radius:.4em;border-radius:.4em}
#install_welcome div.row.submit strong {-moz-border-radius:1em;-webkit-border-radius:1em;border-radius:1em}
-/* vim: set ts=40: */ \ No newline at end of file
+/* vim: set ts=40: */