baseline
[omp.pkp.sfu.ca.git] / styles / leftSidebar.css
blob7a0c709115329021d5852921a236a6da8723181e
1 /**
2 * leftSidebar.css
4 * Copyright (c) 2003-2008 John Willinsky
5 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
7 * Site-wide shared elements for pages including a left-hand sidebar.
9 * $Id: leftSidebar.css,v 1.1.1.1 2008/10/20 21:27:07 tylerl Exp $
12 /**
13 * Common HTML elements
16 #headerTitle {
17 width: 100%;
20 #body {
21 vertical-align: top;
22 height: 100%;
25 #leftSidebar {
26 float: left;
27 width: 14%;
28 padding: 1em 0em 1em 0em;
29 font-size: 0.65em;
30 height: 100%;
31 margin-left: 10%;
32 margin-right: 2%;
33 display: inline;
34 overflow: hidden;
37 #main {
38 float: right;
39 width: 63%;
40 margin-right: 10%;
41 overflow: hidden;
44 // Set main on non-IE browsers to have a 10% margin
45 *html #main {
46 margin-right: 5%;