diff options
author | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-10-15 04:38:19 +0000 |
---|---|---|
committer | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-10-15 04:38:19 +0000 |
commit | 17e6c8593da8efdcf669ae8c2fec6cf1b6a622bc (patch) | |
tree | e5f4e3301cd6be7b794de78350353c25edf982d7 /UI | |
parent | 1a032788f411bb93ca3ab2b7482f4aeb10b17abe (diff) |
A few more menu fixes
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1757 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'UI')
-rw-r--r-- | UI/menu/expanding.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/UI/menu/expanding.html b/UI/menu/expanding.html index bec01754..3e517e4d 100644 --- a/UI/menu/expanding.html +++ b/UI/menu/expanding.html @@ -9,13 +9,13 @@ <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" /> <!-- Please note that the below style tag is NOT in line with - how we do things. However, it seems necessary in order to work - around a Firefox bug in the the application of the styles. + how we do things. However, for some reason, I was not able to + get LINK tags to work on this specific page otherwise. - CT --> - <style type="text/css" media="all"> - @import url("UI/menu/expanding.css"); - @import url("css/<?lsmb stylesheet ?>"); + <style> + @import url("css/<?lsmb stylesheet ?>"); + @import url("UI/menu/expanding.css"); </style> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> |