Revision: 3882 Author: hans URL: http://bknr.net/trac/changeset/3882
Add missing variable declaration for IE. Put logo into the center.
U trunk/projects/quickhoney/website/static/index.css U trunk/projects/quickhoney/website/static/javascript.js
Modified: trunk/projects/quickhoney/website/static/index.css =================================================================== --- trunk/projects/quickhoney/website/static/index.css 2008-09-10 15:36:40 UTC (rev 3881) +++ trunk/projects/quickhoney/website/static/index.css 2008-09-10 15:55:20 UTC (rev 3882) @@ -635,13 +635,6 @@ padding: 0px 5px 0px 5px; }
-#loading #logo { - position: absolute; - right: 10px; - top: 10px; - z-index: 2; -} - #loading .image { position: absolute; z-index: 5;
Modified: trunk/projects/quickhoney/website/static/javascript.js =================================================================== --- trunk/projects/quickhoney/website/static/javascript.js 2008-09-10 15:36:40 UTC (rev 3881) +++ trunk/projects/quickhoney/website/static/javascript.js 2008-09-10 15:55:20 UTC (rev 3882) @@ -1143,7 +1143,7 @@ loadJSONDoc("/json-clients").addCallbacks(set_clients, alert); loadJSONDoc('/json-news-archive/quickhoney').addCallbacks(initialize_news_archive, alert);
- path = 'home'; + var path = 'home'; if (document.location.pathname != '/') { path = document.location.pathname.substr(1); } else if (document.location.href.match(/#./)) {