use list for gallery menu (fixes #42)
This commit is contained in:
parent
7a00edd2f5
commit
a5b5e6002a
2 changed files with 11 additions and 8 deletions
|
@ -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 {
|
||||
|
|
Reference in a new issue