1/* -----------------------------------------------------------------------
2
3   Blueprint CSS Framework 0.7.1
4   http://blueprintcss.googlecode.com
5
6   * Copyright (c) 2007-2008. See LICENSE for more info.
7   * See README for instructions on how to use Blueprint.
8   * For credits and origins, see AUTHORS.
9   * This is a compressed file. See the sources in the 'src' directory.
10
11----------------------------------------------------------------------- */
12
13/* ie.css */
14body {text-align:center;}
15.container {text-align:left;}
16* html .column {overflow-x:hidden;}
17* html legend {margin:-18px -8px 16px 0;padding:0;}
18ol {margin-left:2em;}
19sup {vertical-align:text-top;}
20sub {vertical-align:text-bottom;}
21html>body p code {*white-space:normal;}
22hr {margin:-8px auto 11px;}