2006/unicorn/WebContent/style base_ucn.css,1.33,1.34

Update of /sources/public/2006/unicorn/WebContent/style
In directory hutz:/tmp/cvs-serv20218/WebContent/style

Modified Files:
	base_ucn.css 
Log Message:
updated for inter-browser compatibility

Index: base_ucn.css
===================================================================
RCS file: /sources/public/2006/unicorn/WebContent/style/base_ucn.css,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- base_ucn.css	25 Sep 2009 17:46:56 -0000	1.33
+++ base_ucn.css	29 Sep 2009 09:54:12 -0000	1.34
@@ -574,8 +574,11 @@
 
 #observations span.arrow {
 	display:inline-block;
-	height:9px;
-	width:9px;
+	height:0;
+	width:0;
+	padding:9px 0 0 9px;
+	overflow:hidden;
+	font-size:0;
 }
 div.errors h3 span.arrow {
 	background: url(../images/unicons_sprite.png) no-repeat -18px 0;

Received on Tuesday, 29 September 2009 09:54:24 UTC