You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by bu...@apache.org on 2015/03/12 01:06:39 UTC

svn commit: r943429 - in /websites/staging/isis/trunk: cgi-bin/ content/ content/index-new.html

Author: buildbot
Date: Thu Mar 12 00:06:38 2015
New Revision: 943429

Log:
Staging update by buildbot for isis

Modified:
    websites/staging/isis/trunk/cgi-bin/   (props changed)
    websites/staging/isis/trunk/content/   (props changed)
    websites/staging/isis/trunk/content/index-new.html

Propchange: websites/staging/isis/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Mar 12 00:06:38 2015
@@ -1 +1 @@
-1666042
+1666043

Propchange: websites/staging/isis/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Mar 12 00:06:38 2015
@@ -1 +1 @@
-1666042
+1666043

Modified: websites/staging/isis/trunk/content/index-new.html
==============================================================================
--- websites/staging/isis/trunk/content/index-new.html (original)
+++ websites/staging/isis/trunk/content/index-new.html Thu Mar 12 00:06:38 2015
@@ -741,9 +741,7 @@
 <br/>
     <div class="row">
         <div class="col-md-10 col-md-offset-1">
-            <div align="center">
-                <h4>A typical application built with Apache Isis.  Like all Isis apps, the UI is dynamically built from the domain model.</h4>
-            </div>
+            <h4>A typical application built with Apache Isis.  Like all Isis apps, the UI is dynamically built from the domain model.</h4>
         </div>
     </div>
     <div class="row">
@@ -760,9 +758,9 @@
         </div>
     </div>
 
+<hr/>
   <div class="row">
     <div class="col-md-8 col-md-offset-2">
-      <div align="center">
       <h4>Get started with your own Isis application using our <a href="intro/getting-started/simpleapp-archetype.html">simpleapp archetype</a>:</h4>
 <pre>
 mvn archetype:generate  \
@@ -774,7 +772,6 @@ mvn archetype:generate  \
     -D version=1.0-SNAPSHOT \
     -B
 </pre>
-      </div>
     </div>
   </div>
 <br/>