You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by we...@apache.org on 2005/12/07 16:29:26 UTC

svn commit: r354772 - /portals/jetspeed-2/trunk/src/webapp/decorations/layout/jscookmenu/css/styles.css

Author: weaver
Date: Wed Dec  7 07:29:25 2005
New Revision: 354772

URL: http://svn.apache.org/viewcvs?rev=354772&view=rev
Log:
Added support for correct one and three column spacing

Modified:
    portals/jetspeed-2/trunk/src/webapp/decorations/layout/jscookmenu/css/styles.css

Modified: portals/jetspeed-2/trunk/src/webapp/decorations/layout/jscookmenu/css/styles.css
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/decorations/layout/jscookmenu/css/styles.css?rev=354772&r1=354771&r2=354772&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/src/webapp/decorations/layout/jscookmenu/css/styles.css (original)
+++ portals/jetspeed-2/trunk/src/webapp/decorations/layout/jscookmenu/css/styles.css Wed Dec  7 07:29:25 2005
@@ -117,4 +117,24 @@
   float: left;  
 }
 
+/** OneColumn Sepcific widths */
+.layout-jscookmenu .portal-layout-OneColumn .portal-layout-column
+{  
+  padding-left:1%;
+  padding-right:1%;
+  width: 97%;
+  float: left;  
+}
+
+
+/** ThreeColumn Sepcific widths */
+.layout-jscookmenu .portal-layout-ThreeColumns .portal-layout-column
+{  
+  padding-left:1%;
+  width: 31%;
+  float: left;  
+}
+
+
+
 



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org