You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by an...@apache.org on 2014/04/30 13:18:24 UTC

svn commit: r1591250 - in /tomee/site/trunk/content: documentation.mdtext resources/css/main.css

Author: andygumbrecht
Date: Wed Apr 30 11:18:23 2014
New Revision: 1591250

URL: http://svn.apache.org/r1591250
Log:
Align

Modified:
    tomee/site/trunk/content/documentation.mdtext
    tomee/site/trunk/content/resources/css/main.css

Modified: tomee/site/trunk/content/documentation.mdtext
URL: http://svn.apache.org/viewvc/tomee/site/trunk/content/documentation.mdtext?rev=1591250&r1=1591249&r2=1591250&view=diff
==============================================================================
--- tomee/site/trunk/content/documentation.mdtext (original)
+++ tomee/site/trunk/content/documentation.mdtext Wed Apr 30 11:18:23 2014
@@ -4,7 +4,7 @@ See also the [examples page](examples-tr
 
 {row
 
-{span-one-third
+{span-one-third lialign
 ###  General Guide
  - [Using TomEE with Intellij](tomee-and-intellij.html)
  - [Using TomEE with Eclipse](tomee-and-eclipse.html)
@@ -19,7 +19,7 @@ See also the [examples page](examples-tr
  - [Installing TomEE using the drop-in WAR](installation-drop-in-war.html)
 
 }
-{span-one-third
+{span-one-third lialign
 ### Configuration
  - [System Properties](system-properties.html)
  - [Deployments](deployments.html)
@@ -34,7 +34,7 @@ See also the [examples page](examples-tr
  - [Changing JMS implementations](changing-jms-implementations.html)
  - [Changing JPA to Hibernate](tomee-and-hibernate.html)
 }
-{span-one-third
+{span-one-third lialign
 ### Testing Techniques
  - [Application discovery via the classpath](application-discovery-via-the-classpath.html)
  - [Embedded Configuration](embedded-configuration.html)
@@ -50,7 +50,7 @@ See also the [examples page](examples-tr
 }
 {row
 
-{span-one-third
+{span-one-third lialign
 ### Discovery and Failover
  - [Overview](ejb-failover.html)
  - [Multicast Discovery (UDP)](multicast-discovery.html)
@@ -60,7 +60,7 @@ See also the [examples page](examples-tr
  - [Multipoint Recommendations](multipoint-recommendations.html)
  - [Logging Events](failover-logging.html)
 }
-{span-one-third
+{span-one-third lialign
 
 ###  OpenEJB Standalone Server
  - [Understanding the Directory Layout](understanding-the-directory-layout.html)
@@ -68,7 +68,7 @@ See also the [examples page](examples-tr
  - [Deploy Tool](deploy-tool.html)
  - [Properties Tool](properties-tool.html)
 }
-{span-one-third
+{span-one-third lialign
 ### Spring
  - [Spring and OpenEJB 3.0](spring-and-openejb-3.0.html)
  - [Spring and OpenEJB 3.1 and later](spring.html)
@@ -77,18 +77,18 @@ See also the [examples page](examples-tr
 }
 {row
 
-{span-one-third
+{span-one-third lialign
 ### Arquillian
  - [Getting started](arquillian-getting-started.html)
  - [Available adapters](arquillian-available-adapters.html) 
 }
-{span-one-third
+{span-one-third lialign
 ### TomEE Maven Plugin
  - [Getting started](tomee-mp-getting-started.html)
  - [tomee-maven-plugin reference documentation](tomee-maven-plugin.html)
  - [TomEE simple webapp archetype documentation](tomee-mp-getting-started.mdtext.html)
 }
-{span-one-third
+{span-one-third lialign
 ### Tips and Tricks
  - [WebLogic Lookup](weblogic.html)
 }

Modified: tomee/site/trunk/content/resources/css/main.css
URL: http://svn.apache.org/viewvc/tomee/site/trunk/content/resources/css/main.css?rev=1591250&r1=1591249&r2=1591250&view=diff
==============================================================================
--- tomee/site/trunk/content/resources/css/main.css (original)
+++ tomee/site/trunk/content/resources/css/main.css Wed Apr 30 11:18:23 2014
@@ -79,3 +79,10 @@ blockquote p {
 .offset-two-thirds {
     margin-left: 660px;
 }
+
+.span-one-third li {display:-moz-inline-box; -moz-box-orient:vertical; display:inline-block; vertical-align:top; word-wrap:break-word; }
+* html .span-one-third li { display:inline; }
+* + html .span-one-third li { display:inline; }
+.span-one-third li > * { display:table; table-layout:fixed; overflow:hidden; }
+* html .lialign li { width:270px; }   /* for IE 6 */
+.lialign li > * { width:270px; }      /* for all other browser */