diff options
author | Steve Losh <steve@stevelosh.com> | 2009-01-30 17:43:07 -0500 |
---|---|---|
committer | Steve Losh <steve@stevelosh.com> | 2009-01-30 17:43:07 -0500 |
commit | 56ea256123ddee86d517cc5904c6898a094cda5a (patch) | |
tree | bcf0fb4f576e81fdfaa39f0797bb3682829b8407 /static/style/aal.css | |
parent | 7b9a7702aa3f49f21260bbe8ee9f1c13cae1cf34 (diff) | |
download | bugseverywhere-56ea256123ddee86d517cc5904c6898a094cda5a.tar.gz |
Started layout work.
Diffstat (limited to 'static/style/aal.css')
-rw-r--r-- | static/style/aal.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/style/aal.css b/static/style/aal.css index a057c24..c89df72 100644 --- a/static/style/aal.css +++ b/static/style/aal.css @@ -25,7 +25,7 @@ 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, Arial, "Liberation Sans", "Bitstream Vera Sans", sans-serif;} +body {background: #fff; color: #000; font: .75em/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;} |