Author: johndament
Date: Sun Jun 22 02:53:08 2014
New Revision: 1604506

URL: http://svn.apache.org/r1604506
Log:
Reduced logo.

Modified:
    deltaspike/site/trunk/content/index.html
    deltaspike/site/trunk/content/resources/css/bootstrap.css

Modified: deltaspike/site/trunk/content/index.html
URL: 
http://svn.apache.org/viewvc/deltaspike/site/trunk/content/index.html?rev=1604506&r1=1604505&r2=1604506&view=diff
==============================================================================
--- deltaspike/site/trunk/content/index.html (original)
+++ deltaspike/site/trunk/content/index.html Sun Jun 22 02:53:08 2014
@@ -6,9 +6,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: deltaspike/site/trunk/content/resources/css/bootstrap.css
URL: 
http://svn.apache.org/viewvc/deltaspike/site/trunk/content/resources/css/bootstrap.css?rev=1604506&r1=1604505&r2=1604506&view=diff
==============================================================================
--- deltaspike/site/trunk/content/resources/css/bootstrap.css (original)
+++ deltaspike/site/trunk/content/resources/css/bootstrap.css Sun Jun 22 
02:53:08 2014
@@ -25,6 +25,12 @@ footer {
     text-align: center;
 }
 
+valign {
+    display: table-cell!important;
+    vertical-align:middle;
+    float:none;
+}
+
 audio,
 canvas,
 video {


Reply via email to