From 7a5732c776c6f408fb3f23aebfd21cb32367d324 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Fri, 13 Jun 2008 01:11:32 -0700 Subject: [PATCH] Fixing image preloading to load correct filename. --- static/css/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index 3b5755e..6116433 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -22,7 +22,7 @@ ol li { } img { - border: 0; + border-width: 0; } h1 { @@ -244,13 +244,13 @@ h1 { #current_notebook_up_hover_preload { height: 0; 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 { height: 0; overflow: hidden; - background-image: url(/static/images/arrow_down_hover.png); + background-image: url(/static/images/down_arrow_hover.png); } #tree_arrow_hover_preload {