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 12:49:05 UTC

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

Author: andygumbrecht
Date: Wed Apr 30 10:49:04 2014
New Revision: 1591239

URL: http://svn.apache.org/r1591239
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=1591239&r1=1591238&r2=1591239&view=diff
==============================================================================
--- tomee/site/trunk/content/documentation.mdtext (original)
+++ tomee/site/trunk/content/documentation.mdtext Wed Apr 30 10:49:04 2014
@@ -5,21 +5,20 @@ See also the [examples page](examples-tr
 {row
 
 {span-one-third
-### General Guide 
-- [Using TomEE with Intellij](tomee-and-intellij.html)
-- [Using TomEE with Eclipse](tomee-and-eclipse.html)
-- [Using TomEE with Netbeans](tomee-and-netbeans.html)
-- [WTP and TomEE logging](tomee-logging-in-eclipse.html)
-- [Comparison: OpenEJB,TomEE,TomEE+](comparison.html)
-- [TomEE Directory structure](tomee-directory-structure.html)
-- [TomEE and Configurations](Configuring-in-tomee.html)
-- [TomEE and Security](tomee-and-security.html)
-- [Deploying in TomEE](deploying-in-tomee.html)
-- [The 'tomee' webapp](tomee-webapp.html)
-- [Installing TomEE using the drop-in WAR](installation-drop-in-war.html)
+### General Guide
+ - [Using TomEE with Intellij](tomee-and-intellij.html)
+ - [Using TomEE with Eclipse](tomee-and-eclipse.html)
+ - [Using TomEE with Netbeans](tomee-and-netbeans.html)
+ - [WTP and TomEE logging](tomee-logging-in-eclipse.html)
+ - [Comparison: OpenEJB,TomEE,TomEE+](comparison.html)
+ - [TomEE Directory structure](tomee-directory-structure.html)
+ - [TomEE and Configurations](Configuring-in-tomee.html)
+ - [TomEE and Security](tomee-and-security.html)
+ - [Deploying in TomEE](deploying-in-tomee.html)
+ - [The 'tomee' webapp](tomee-webapp.html)
+ - [Installing TomEE using the drop-in WAR](installation-drop-in-war.html)
 
 }
-
 {span-one-third
 ### Configuration
 - [System Properties](system-properties.html)
@@ -35,7 +34,6 @@ 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
 ### Testing Techniques
 - [Application discovery via the classpath](application-discovery-via-the-classpath.html)
@@ -49,14 +47,8 @@ See also the [examples page](examples-tr
 - [TestCase with TestBean inner-class](testcase-with-testbean-inner-class.html)
 - [TestCase Injection (@LocalClient)](local-client-injection.html)
 }
-
-
-
 }
-
-
 {row
-
 {span-one-third
 ### Discovery and Failover
 - [Overview](ejb-failover.html)
@@ -67,11 +59,6 @@ See also the [examples page](examples-tr
 - [Multipoint Recommendations](multipoint-recommendations.html)
 - [Logging Events](failover-logging.html)
 }
-
-
-
-
-
 {span-one-third
 
 ### OpenEJB Standalone Server
@@ -80,37 +67,27 @@ See also the [examples page](examples-tr
 - [Deploy Tool](deploy-tool.html)
 - [Properties Tool](properties-tool.html)
 }
-
 {span-one-third
 ### Spring
 - [Spring and OpenEJB 3.0](spring-and-openejb-3.0.html)
 - [Spring and OpenEJB 3.1 and later](spring.html)
 - [Spring, EJB and JPA example](spring-ejb-and-jpa.html)
 }
-
-
 }
-
-
 {row
-
 {span-one-third
 ### Arquillian
 - [Getting started](arquillian-getting-started.html)
 - [Available adapters](arquillian-available-adapters.html) 
 }
-
-
 {span-one-third
 ### 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
 ### Tips and Tricks
 - [WebLogic Lookup](weblogic.html)
 }
-
 }
\ No newline at end of file

Modified: tomee/site/trunk/content/resources/css/main.css
URL: http://svn.apache.org/viewvc/tomee/site/trunk/content/resources/css/main.css?rev=1591239&r1=1591238&r2=1591239&view=diff
==============================================================================
--- tomee/site/trunk/content/resources/css/main.css (original)
+++ tomee/site/trunk/content/resources/css/main.css Wed Apr 30 10:49:04 2014
@@ -65,6 +65,7 @@ blockquote p {
 
 .span-one-third {
     width: 300px;
+    text-align:left;
 }
 
 .span-two-thirds {