comparison templates/static/style-coal.css @ 7291:5ac779ea7850

Backed out changeset a1f8ad3c1821
author Brendan Cully <brendan@kublai.com>
date Wed, 29 Oct 2008 10:55:29 -0700
parents a1f8ad3c1821
children 288dda59233c
comparison
equal deleted inserted replaced
7286:a1f8ad3c1821 7291:5ac779ea7850
13 position: relative; 13 position: relative;
14 background: white; 14 background: white;
15 padding: 2em; 15 padding: 2em;
16 border-right: 15px solid black; 16 border-right: 15px solid black;
17 border-bottom: 15px solid black; 17 border-bottom: 15px solid black;
18 }
19
20 #.main {
21 width:98%;
18 } 22 }
19 23
20 .overflow { 24 .overflow {
21 width: 100%; 25 width: 100%;
22 overflow: auto; 26 overflow: auto;
31 text-align: left; 35 text-align: left;
32 position: fixed; 36 position: fixed;
33 top: 27px; 37 top: 27px;
34 left: auto; 38 left: auto;
35 right: 27px; 39 right: 27px;
40 }
41
42 #.menu {
43 position: absolute !important;
44 top:expression(eval(document.body.scrollTop + 27));
36 } 45 }
37 46
38 .menu ul { 47 .menu ul {
39 list-style: none; 48 list-style: none;
40 padding: 0; 49 padding: 0;