You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by ro...@apache.org on 2004/12/23 21:42:05 UTC

svn commit: r123220 - /lenya/trunk/src/webapp/lenya/pubs/default/resources/shared/css/page.css

Author: roku
Date: Thu Dec 23 12:42:04 2004
New Revision: 123220

URL: http://svn.apache.org/viewcvs?view=rev&rev=123220
Log:
[merged from 1.2.x] Applied patch sent by Hubertus Groepper. Fixes inaccessible links of bread crumbs. 
See bug http://issues.apache.org/bugzilla/show_bug.cgi?id=32610
Modified:
   lenya/trunk/src/webapp/lenya/pubs/default/resources/shared/css/page.css

Modified: lenya/trunk/src/webapp/lenya/pubs/default/resources/shared/css/page.css
Url: http://svn.apache.org/viewcvs/lenya/trunk/src/webapp/lenya/pubs/default/resources/shared/css/page.css?view=diff&rev=123220&p1=lenya/trunk/src/webapp/lenya/pubs/default/resources/shared/css/page.css&r1=123219&p2=lenya/trunk/src/webapp/lenya/pubs/default/resources/shared/css/page.css&r2=123220
==============================================================================
--- lenya/trunk/src/webapp/lenya/pubs/default/resources/shared/css/page.css	(original)
+++ lenya/trunk/src/webapp/lenya/pubs/default/resources/shared/css/page.css	Thu Dec 23 12:42:04 2004
@@ -142,9 +142,9 @@
     font-family: Verdana, Arial, Sans-serif;
     font-size: 80%;
     margin-right: 10px;
-    text-align: right;
+    float: right;
     position:relative;
-    top:-19px
+    top:-20px
 }
 
 input.searchfield {

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org