diff client/digitallibrary/jquery/jquery.digilib.css @ 823:8af71d9d830b jquery

fixed automatic region links and region content
author hertzhaft
date Wed, 23 Feb 2011 02:06:41 +0100
parents eff74cfaaf97
children e4133946a9ad
line wrap: on
line diff
--- a/client/digitallibrary/jquery/jquery.digilib.css	Wed Feb 23 01:49:22 2011 +0100
+++ b/client/digitallibrary/jquery/jquery.digilib.css	Wed Feb 23 02:06:41 2011 +0100
@@ -66,8 +66,9 @@
 	opacity: 0.5;
 }
 
-div.regionnumber {
+div.regionnumber a {
     color: white;
+    text-decoration: none;
     font-size: 11px;
 	font-weight: bold;
 	height: 15px;
@@ -77,6 +78,14 @@
 
 div.regioncontent {
     display: none;
+    padding: 3px;
+}
+
+div.regioncontent a {
+    color: white;
+    text-decoration: none;
+    font-size: 11px;
+	font-weight: bold;
 }
 
 div.regioninfo {