You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2004/07/31 08:05:23 UTC

svn commit: rev 31014 - in forrest/trunk/src/core/context/skins: common/css tigris-style-1_1/css

Author: crossley
Date: Fri Jul 30 23:05:22 2004
New Revision: 31014

Modified:
   forrest/trunk/src/core/context/skins/common/css/forrest.css.xslt
   forrest/trunk/src/core/context/skins/tigris-style-1_1/css/tigris.css
Log:
The inline-block is not a valid value for the display parameter.


Modified: forrest/trunk/src/core/context/skins/common/css/forrest.css.xslt
==============================================================================
--- forrest/trunk/src/core/context/skins/common/css/forrest.css.xslt	(original)
+++ forrest/trunk/src/core/context/skins/common/css/forrest.css.xslt	Fri Jul 30 23:05:22 2004
@@ -65,9 +65,9 @@
   
   <xsl:template name="a-external">
 a.external  {
-        padding: 0 20px 0px 0px;
-	display:inline; display:inline-block;
-        background-repeat: no-repeat;
+  padding: 0 20px 0px 0px;
+	display:inline;
+  background-repeat: no-repeat;
 	background-position: center right;
 	background-image: url(images/external-link.gif);
 }

Modified: forrest/trunk/src/core/context/skins/tigris-style-1_1/css/tigris.css
==============================================================================
--- forrest/trunk/src/core/context/skins/tigris-style-1_1/css/tigris.css	(original)
+++ forrest/trunk/src/core/context/skins/tigris-style-1_1/css/tigris.css	Fri Jul 30 23:05:22 2004
@@ -723,7 +723,7 @@
 	/* hide from macie5\*/
 	float: left;
 	/* resume */
-	display: inline-block;
+	display: inline;
 	height: 15px;
 	width: 34px;
 	padding-left: 0 !important;