diff options
author | Steve Losh <steve@stevelosh.com> | 2009-06-25 19:03:32 -0400 |
---|---|---|
committer | Steve Losh <steve@stevelosh.com> | 2009-06-25 19:03:32 -0400 |
commit | 1da0b687776fa83cf8098d6783195e2ed48ca972 (patch) | |
tree | 4fcf3b78d9a87cc42ace4231b7189c42331b04ce /static/style/aal.css | |
parent | 362f264efa192ce7662870b987e90152580f18a9 (diff) | |
download | bugseverywhere-1da0b687776fa83cf8098d6783195e2ed48ca972.tar.gz |
Revamp the layout to look less awful.
Diffstat (limited to 'static/style/aal.css')
-rw-r--r-- | static/style/aal.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/style/aal.css b/static/style/aal.css index a1b7b10..9bad98f 100644 --- a/static/style/aal.css +++ b/static/style/aal.css @@ -25,8 +25,8 @@ blockquote:before,blockquote:after,q:before,q:after {content: ''; content: none; header, nav, section, article, aside, footer {display: block;} /* Basic styles */ -body {background: #fff; color: #000; font: .75em/1.5em "Helvetica Neue", Helvetica, Arial, "Liberation Sans", "Bitstream Vera Sans", sans-serif;} -html>body {font-size: 12px;} +body {background: #fff; color: #000; font: 0.875em/1.5em "Helvetica Neue", Helvetica, Arial, "Liberation Sans", "Bitstream Vera Sans", sans-serif;} +html>body {font-size: 14px;} img {display: inline-block; vertical-align: bottom;} |