From 6a019eea492e6de184e487d41c5fb35049eced9b Mon Sep 17 00:00:00 2001 From: Steve Losh Date: Fri, 30 Jan 2009 18:39:11 -0500 Subject: Moved the layout quite a bit further. --- static/style/aal.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'static/style/aal.css') diff --git a/static/style/aal.css b/static/style/aal.css index c89df72..a1b7b10 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: 14px;} +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;} img {display: inline-block; vertical-align: bottom;} -- cgit