From d51955c8efa78d7f0a0ca8c138c2eebaf5ecb975 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Mon, 19 Jan 2009 20:20:10 +0000 Subject: Pull the environment check out into a separate web page to simplify the CLI installer. Put a link to it in the footer of every web install page. Don't allow users to run it if Gallery 3 is already installed. --- installer/install.css | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 installer/install.css (limited to 'installer/install.css') 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; +} -- cgit v1.2.3