witten
/
luminotes
Archived
1
0
Fork 0

Preloading note icon for great rendering.

This commit is contained in:
Dan Helfman 2008-05-09 20:13:52 +00:00
parent d1ecaef3d6
commit 5b5f971881
2 changed files with 7 additions and 0 deletions

View File

@ -248,6 +248,12 @@ img {
background-image: url(/static/images/tree_arrow_down_hover.png);
}
#note_icon_preload {
height: 0;
overflow: hidden;
background-image: url(/static/images/note_icon.png);
}
#note_tree_area {
position: fixed;
width: 17em;

View File

@ -369,5 +369,6 @@ class Front_page( Product_page ):
Span( id = u"title_button_preload" ),
Span( id = u"bullet_list_button_preload" ),
Span( id = u"numbered_list_button_preload" ),
Span( id = u"note_icon_preload" ),
),
)