diff options
author | matthew <matthew> | 2009-07-10 17:24:50 +0000 |
---|---|---|
committer | matthew <matthew> | 2009-07-10 17:24:50 +0000 |
commit | 0c23590e245ac1fdce8db0885129eef6aff613e5 (patch) | |
tree | df7d292145f86fdb8ff544726995f97cf0abc869 /web/css | |
parent | a29d29e79d3f48c02bda6d84978746cce220e7f2 (diff) |
Style tweaks to improve look; better handling of check your email page.
Diffstat (limited to 'web/css')
-rw-r--r-- | web/css/emptyhomes.css | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/web/css/emptyhomes.css b/web/css/emptyhomes.css index 0afca77a3..121242415 100644 --- a/web/css/emptyhomes.css +++ b/web/css/emptyhomes.css @@ -77,7 +77,7 @@ blockquote { font-size: 200%; font-weight: bold; margin: 0; - padding: 5px 0.5em; + padding: 5px 0; float: left; } @@ -102,6 +102,10 @@ blockquote { list-style-type: none; font-size: 83%; } +#navigation ul { + padding: 0; + margin: 0; +} #navigation li { display: inline; padding: 0; @@ -111,7 +115,7 @@ blockquote { #navigation a { display: -moz-inline-box; display: inline-block; - padding: 0.5em 1em; + padding: 0.5em 0.5em; } #navigation a:link, #navigation a:visited { color: #30517A; @@ -154,13 +158,14 @@ blockquote { #postcodeForm { background-color: #80AE7D; color: #000000; + font-size: 130%; } #front_stats div { background-color: #80AE7D; color: #000000; - /*padding: 0.5em 0; - width: 6em; */ + /*padding: 0.5em 0; */ + width: 9em; } #problem_form { |