You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltaspike.apache.org by bu...@apache.org on 2014/06/22 04:53:13 UTC

svn commit: r913205 - in /websites/staging/deltaspike/trunk/content: ./ index.html resources/css/bootstrap.css

Author: buildbot
Date: Sun Jun 22 02:53:12 2014
New Revision: 913205

Log:
Staging update by buildbot for deltaspike

Modified:
    websites/staging/deltaspike/trunk/content/   (props changed)
    websites/staging/deltaspike/trunk/content/index.html
    websites/staging/deltaspike/trunk/content/resources/css/bootstrap.css

Propchange: websites/staging/deltaspike/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Jun 22 02:53:12 2014
@@ -1 +1 @@
-1604503
+1604506

Modified: websites/staging/deltaspike/trunk/content/index.html
==============================================================================
--- websites/staging/deltaspike/trunk/content/index.html (original)
+++ websites/staging/deltaspike/trunk/content/index.html Sun Jun 22 02:53:12 2014
@@ -82,9 +82,12 @@
 
         <!-- Main hero unit for a primary marketing message or call to action -->
         <div class="row">
-            <div class="span9"><img src="resources/images/logos/logo_blue.jpg"/></div>
-            <div class="span3"><p>DeltaSpike consists of a number of portable CDI extensions that provide useful features for Java application developers.</p>
-            <p>We will also ensure true portability! We are testing DeltaSpike on different CDI implementations like Apache OpenWebBeans and JBoss Weld, and also on different Java EE servers like Apache Tomcat and TomEE, JBoss AS7, WildFly 8, Oracle GlassFish 3.1+ and 4.x+, IBM WebSphere 8.x, Oracle WebLogic Server 12c, Jetty, and others.</p>
+            <div class="span6"><img src="resources/images/logos/logo_blue.jpg"/></div>
+            <div class="span6 valign">
+                <p>DeltaSpike consists of a number of portable CDI extensions that provide useful features for Java application developers.</p>
+                <p>We will also ensure true portability! We are testing DeltaSpike on different CDI implementations like Apache OpenWebBeans and
+                    JBoss Weld, and also on different Java EE servers like Apache Tomcat and TomEE, JBoss AS7, WildFly 8,
+                    Oracle GlassFish 3.1+ and 4.x+, IBM WebSphere 8.x, Oracle WebLogic Server 12c, Jetty, and others.</p>
             </div>
         </div>
 

Modified: websites/staging/deltaspike/trunk/content/resources/css/bootstrap.css
==============================================================================
--- websites/staging/deltaspike/trunk/content/resources/css/bootstrap.css (original)
+++ websites/staging/deltaspike/trunk/content/resources/css/bootstrap.css Sun Jun 22 02:53:12 2014
@@ -25,6 +25,12 @@ footer {
     text-align: center;
 }
 
+valign {
+    display: table-cell!important;
+    vertical-align:middle;
+    float:none;
+}
+
 audio,
 canvas,
 video {