Archived
1
0
Fork 0

use list for gallery menu (fixes #42)

This commit is contained in:
Jan Dittberner 2009-07-10 21:12:59 +00:00
parent 7a00edd2f5
commit a5b5e6002a
2 changed files with 11 additions and 8 deletions

View file

@ -137,13 +137,16 @@ a:active {
}
#menu {
position:absolute;
list-style:none;
display:inline;
position:absolute;
width:330px;
height:14px;
left: 143.5px;
top: 553px;
margin-top:2px;
z-index:10;
padding:0;
}
#sub_menu {