##// END OF EJS Templates
paper: don't keep the menu affixed to the top...
Dirkjan Ochtman -
r7313:15981c8f default
parent child Browse files
Show More
@@ -29,17 +29,12 b' body {'
29 margin: 0;
29 margin: 0;
30 font-size: 80%;
30 font-size: 80%;
31 text-align: left;
31 text-align: left;
32 position: fixed;
32 position: absolute;
33 top: 20px;
33 top: 20px;
34 left: 20px;
34 left: 20px;
35 right: auto;
35 right: auto;
36 }
36 }
37
37
38 #.menu {
39 position: absolute !important;
40 top:expression(eval(document.body.scrollTop + 27));
41 }
42
43 .menu ul {
38 .menu ul {
44 list-style: none;
39 list-style: none;
45 padding: 0;
40 padding: 0;
General Comments 0
You need to be logged in to leave comments. Login now