witten
/
luminotes
Archived
1
0
Fork 0

Fixed a bug where image preloading loaded incorrect paths for

certain images.
This commit is contained in:
Dan Helfman 2008-05-20 12:43:45 -07:00
parent ca61369963
commit be2118805f
2 changed files with 6 additions and 2 deletions

4
NEWS
View File

@ -1,3 +1,7 @@
1.3.37: May 20, 2008
* Fixed a bug where image preloading loaded incorrect paths for
certain images.
1.3.36: May 19, 2008
* Fix for bug where read-write notebooks that the anonymous user had
read-only access to would show up as read-only, even when logged in.

View File

@ -239,13 +239,13 @@ img {
#current_notebook_up_hover_preload {
height: 0;
overflow: hidden;
background-image: url(/static/images/toolbar/arrow_up_hover.png);
background-image: url(/static/images/arrow_up_hover.png);
}
#current_notebook_down_hover_preload {
height: 0;
overflow: hidden;
background-image: url(/static/images/toolbar/arrow_down_hover.png);
background-image: url(/static/images/arrow_down_hover.png);
}
#tree_arrow_hover_preload {