##// END OF EJS Templates
Backed out changeset a1f8ad3c1821
Brendan Cully -
r7291:5ac779ea default
parent child Browse files
Show More
@@ -17,6 +17,10 b' body {'
17 17 border-bottom: 15px solid black;
18 18 }
19 19
20 #.main {
21 width:98%;
22 }
23
20 24 .overflow {
21 25 width: 100%;
22 26 overflow: auto;
@@ -35,6 +39,11 b' body {'
35 39 right: 27px;
36 40 }
37 41
42 #.menu {
43 position: absolute !important;
44 top:expression(eval(document.body.scrollTop + 27));
45 }
46
38 47 .menu ul {
39 48 list-style: none;
40 49 padding: 0;
General Comments 0
You need to be logged in to leave comments. Login now