witten
/
luminotes
Archived
1
0
Fork 0

Fixing image preloading to load correct filename.

This commit is contained in:
Dan Helfman 2008-06-13 01:11:32 -07:00
parent 2dd8c60038
commit 7a5732c776
1 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,7 @@ ol li {
} }
img { img {
border: 0; border-width: 0;
} }
h1 { h1 {
@ -244,13 +244,13 @@ h1 {
#current_notebook_up_hover_preload { #current_notebook_up_hover_preload {
height: 0; height: 0;
overflow: hidden; overflow: hidden;
background-image: url(/static/images/arrow_up_hover.png); background-image: url(/static/images/up_arrow_hover.png);
} }
#current_notebook_down_hover_preload { #current_notebook_down_hover_preload {
height: 0; height: 0;
overflow: hidden; overflow: hidden;
background-image: url(/static/images/arrow_down_hover.png); background-image: url(/static/images/down_arrow_hover.png);
} }
#tree_arrow_hover_preload { #tree_arrow_hover_preload {