2006/unicorn/WebContent/style base_ucn.css,1.26,1.27

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

Modified Files:
	base_ucn.css 
Log Message:
result page display should be fully compatible with firefox 2+, chrome, safari xp, ie7+

Index: base_ucn.css
===================================================================
RCS file: /sources/public/2006/unicorn/WebContent/style/base_ucn.css,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- base_ucn.css	24 Sep 2009 16:59:39 -0000	1.26
+++ base_ucn.css	24 Sep 2009 17:29:58 -0000	1.27
@@ -395,6 +395,7 @@
 #observations div.observer h2 a.direct_link {
 	height:0;
 	width:0;
+	font-size:0;
 	display:inline-block;
 	overflow:hidden;
 	padding:11px 0 0 12px;
@@ -403,6 +404,7 @@
 #observations div.observer h2 a.anchor {
 	height:0;
 	width:0;
+	font-size:0 !important;
 	display:inline-block;
 	overflow:hidden;
 	padding:1em 0 0 1.2em;
@@ -507,6 +509,8 @@
 	height:0;
 	width:0;
 	display:inline-block;
+	/*float:right;*/
+	font-size:0;
 	overflow:hidden;
 	padding:11px 0 0 11px;
 	background:url(../images/permalink.gif) no-repeat;

Received on Thursday, 24 September 2009 17:30:09 UTC