[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Upgrade error



G. Net wrote, On 11/12/2006 06:17 PM:
One small immediate niggle - there's a glitch in the nav menu (css?) whereby the mouseover causes the links to jump up and down which is distracting. its worse when there are several levels expanded.

Solved by removing one line:

--- css/ledger-smb.css.org      2006-11-12 19:27:30.000000000 +0100
+++ css/ledger-smb.css  2006-11-12 19:29:21.000000000 +0100
@@ -128,7 +128,6 @@
  text-decoration: none;
  color: #eeeeee;
  background: #004a80;
-  padding: 2px;
}

.listtop { font-size: 10pt; background-color: black; color: white; }



Note that for some reason class="submenu" is applied twice to non-folderish submenu-items. The css seems to have some strange (non-working) workarounds for that.


/Mads