diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-01-19 20:20:10 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-01-19 20:20:10 +0000 |
commit | d51955c8efa78d7f0a0ca8c138c2eebaf5ecb975 (patch) | |
tree | 7dcf92fc6e7d2fa0ce4b5182a9477e13ed6441ed /installer/install.css | |
parent | f5997a02e0b78b56b8c27ccb48092e4cdd9430d7 (diff) |
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.
Diffstat (limited to 'installer/install.css')
-rw-r--r-- | installer/install.css | 21 |
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; +} |