2006/unicorn/WebContent/style base_ucn.css,1.23,1.24

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

Modified Files:
	base_ucn.css 
Log Message:
fixed layout bug on ff3 and ie

Index: base_ucn.css
===================================================================
RCS file: /sources/public/2006/unicorn/WebContent/style/base_ucn.css,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- base_ucn.css	14 Sep 2009 15:54:38 -0000	1.23
+++ base_ucn.css	15 Sep 2009 12:35:20 -0000	1.24
@@ -473,10 +473,9 @@
 #observations h3 a.anchor {
 	height:0;
 	width:0;
-	display:inline-block;
 	overflow:hidden;
-	padding:1.1em 0 0 2em;
-	background:url(../images/permalink.gif) no-repeat 50% 50%;
+	padding:15px 0 0 21px;
+	background:url(../images/permalink.gif) no-repeat 0 2px;
 	float:right;
 }
 #observations .infos h3 {

Received on Tuesday, 15 September 2009 12:35:34 UTC