Made it cope with larger menu entries
This commit is contained in:
parent
af7948492e
commit
07cc5c7c79
1 changed files with 2 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
|||
overflow: visible;
|
||||
}
|
||||
#hmenu ul li {
|
||||
width: 80pt;
|
||||
min-width: 80pt;
|
||||
height: 40px;
|
||||
text-align: center;
|
||||
display: table-cell;
|
||||
|
@ -63,6 +63,7 @@
|
|||
display: block;
|
||||
line-height: 40px;
|
||||
vertical-align: middle;
|
||||
white-space: nowrap;
|
||||
}
|
||||
#hmenu .ula li:hover, #hmenu .ulb li:hover {
|
||||
text-decoration: underline;
|
||||
|
|
Loading…
Reference in a new issue