diff options
author | Bharat Mediratta <bharat@menalto.com> | 2010-08-22 21:21:26 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2010-08-22 21:21:26 -0700 |
commit | da9e03003a22fd39f2a790b4568af5211d3b1523 (patch) | |
tree | 9320e3efd8d48c6f3d4b2df26e49e76831d48bda /installer/install.css | |
parent | dc80cde379edfd8c2d5c875363e801c9228f3e5e (diff) |
Style and text cleanups to tighten up the page and make it a little
easier to understand.
Diffstat (limited to 'installer/install.css')
-rw-r--r-- | installer/install.css | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/installer/install.css b/installer/install.css index 513d502f..e132b80d 100644 --- a/installer/install.css +++ b/installer/install.css @@ -4,10 +4,14 @@ h1, h2, h3 { body { background: #eee; - font-family: Trebuchet MS; + font-family: Trebuchet MS, Verdana; font-size: 1.1em; } +em { + font-style: italic; +} + div#outer { width: 650px; background: white; @@ -47,11 +51,14 @@ fieldset { border: 0px; padding-left: 0px; margin-top: 1em; + border: 1px solid #ccc; + padding: 8px; } fieldset legend { font-weight: bold; - padding-left: 0px; + margin: 8px; + padding: 2px; } table#db_info { @@ -66,6 +73,9 @@ code { background: #eee; border: 1px solid #bbb; padding: 2px; + display: block; + width: 200px; + margin: 4px 4px 4px 20px; } code.location { @@ -74,3 +84,9 @@ code.location { padding: 4px; width: auto; } + +span.subtext { + font-size: .7em; + color: #999; +} + |