diff options
author | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-10-15 04:46:35 +0000 |
---|---|---|
committer | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-10-15 04:46:35 +0000 |
commit | eed60b27d42c600cd31f32b9855e0e1836269504 (patch) | |
tree | f5a4eba82584280cbebfd104e2323a5f4f4e8a0b /UI/menu | |
parent | 17e6c8593da8efdcf669ae8c2fec6cf1b6a622bc (diff) |
Got rid of inline CSS in menu.html
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1758 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'UI/menu')
-rw-r--r-- | UI/menu/expanding.html | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/UI/menu/expanding.html b/UI/menu/expanding.html index 3e517e4d..36befa5b 100644 --- a/UI/menu/expanding.html +++ b/UI/menu/expanding.html @@ -7,16 +7,8 @@ <meta http-equiv="Pragma" content="no-cache" /> <meta http-equiv="Expires" content="-1" /> <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, for some reason, I was not able to - get LINK tags to work on this specific page otherwise. - - CT - --> - <style> - @import url("css/<?lsmb stylesheet ?>"); - @import url("UI/menu/expanding.css"); - </style> + <link rel="stylesheet" title="Stylesheet" href="css/<?lsmb stylesheet ?>" /> + <link rel="stylesheet" title="Stylesheet" href="UI/menu/expanding.css" /> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> |