changeset 982:9e6355f7df75

merge
author hertzhaft
date Thu, 26 Jan 2012 22:07:15 +0100
parents 367f64acda4e (diff) 5db496a7e48c (current diff)
children 66db81af85e1
files
diffstat 3 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
Binary file webapp/src/main/webapp/jquery/img/blue.png has changed
Binary file webapp/src/main/webapp/jquery/img/ruler-top.gif has changed
--- a/webapp/src/main/webapp/jquery/jquery.digilib.css	Thu Jan 26 21:47:18 2012 +0100
+++ b/webapp/src/main/webapp/jquery/jquery.digilib.css	Thu Jan 26 22:07:15 2012 +0100
@@ -111,7 +111,7 @@
 }
 
 div.digilib div.calibration {
-	background: url('blue.png');
+	background: url('img/blue.png');
 	position: absolute;
 	border: 1px solid lightcyan;
 	width: 400px;
@@ -128,7 +128,7 @@
 	font-weight: bold;
 	text-align: center;
 	color: lightcyan;
-	background: url('ruler-top.gif') 0px -1px repeat-x;
+	background: url('img/ruler-top.gif') 0px -1px repeat-x;
 	}
 
 div.digilib div.cm {