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

svn commit: r1604530 - in /deltaspike/site/trunk/content: index.html resources/css/bootstrap.css

Author: johndament
Date: Sun Jun 22 03:35:26 2014
New Revision: 1604530

URL: http://svn.apache.org/r1604530
Log:
Alignment issue.

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=1604530&r1=1604529&r2=1604530&view=diff
==============================================================================
--- deltaspike/site/trunk/content/index.html (original)
+++ deltaspike/site/trunk/content/index.html Sun Jun 22 03:35:26 2014
@@ -6,7 +6,7 @@
 
         <div class="row valign-wrapper">
             <div class="span6"><img src="resources/images/logos/logo_blue.jpg"/></div>
-            <div class="span6">
+            <div class="span6 padded">
                 <h2>About Apache DeltaSpike</h2>
                 <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

Modified: deltaspike/site/trunk/content/resources/css/bootstrap.css
URL: http://svn.apache.org/viewvc/deltaspike/site/trunk/content/resources/css/bootstrap.css?rev=1604530&r1=1604529&r2=1604530&view=diff
==============================================================================
--- deltaspike/site/trunk/content/resources/css/bootstrap.css (original)
+++ deltaspike/site/trunk/content/resources/css/bootstrap.css Sun Jun 22 03:35:26 2014
@@ -28,7 +28,6 @@ footer {
 .valign-wrapper div[class*='span6']  {
     display: table-cell!important;
     vertical-align:middle;
-    float:none;
 }
 
 .valign-wrapper {
@@ -39,7 +38,9 @@ footer {
 .logocolor {
     color:#2db4e4!important;
 }
-
+.padded {
+    padding-left:50px;
+}
 audio,
 canvas,
 video {