Author: johndament
Date: Sun Jun 22 03:00:23 2014
New Revision: 1604510
URL: http://svn.apache.org/r1604510
Log:
Adjust height.
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=1604510&r1=1604509&r2=1604510&view=diff
==============================================================================
--- deltaspike/site/trunk/content/index.html (original)
+++ deltaspike/site/trunk/content/index.html Sun Jun 22 03:00:23 2014
@@ -7,7 +7,7 @@
<!-- Main hero unit for a primary marketing message or call to action
-->
<div class="row valign-wrapper">
<div class="span6"><img
src="resources/images/logos/logo_blue.jpg"/></div>
- <div class="span6 valign">
+ <div class="span6">
<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,
Modified: deltaspike/site/trunk/content/resources/css/bootstrap.css
URL:
http://svn.apache.org/viewvc/deltaspike/site/trunk/content/resources/css/bootstrap.css?rev=1604510&r1=1604509&r2=1604510&view=diff
==============================================================================
--- deltaspike/site/trunk/content/resources/css/bootstrap.css (original)
+++ deltaspike/site/trunk/content/resources/css/bootstrap.css Sun Jun 22
03:00:23 2014
@@ -25,7 +25,7 @@ footer {
text-align: center;
}
-.valign {
+.valign-wrapper div[class*='span6'] {
display: table-cell!important;
vertical-align:middle;
float:none;