You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2015/03/13 13:30:59 UTC

svn commit: r1666419 - /isis/site/trunk/templates/isis-template.html

Author: danhaywood
Date: Fri Mar 13 12:30:59 2015
New Revision: 1666419

URL: http://svn.apache.org/r1666419
Log:
home page WIP

Modified:
    isis/site/trunk/templates/isis-template.html

Modified: isis/site/trunk/templates/isis-template.html
URL: http://svn.apache.org/viewvc/isis/site/trunk/templates/isis-template.html?rev=1666419&r1=1666418&r2=1666419&view=diff
==============================================================================
--- isis/site/trunk/templates/isis-template.html (original)
+++ isis/site/trunk/templates/isis-template.html Fri Mar 13 12:30:59 2015
@@ -286,6 +286,11 @@
         }
 
 
+        .jumbotron {
+            padding-left: 20px;
+            padding-right: 20px;
+        }
+
         .jumbotron .container {
             padding-top: 20px;
             padding-bottom: 20px;
@@ -293,10 +298,6 @@
             padding-right: 30px;
         }
 
-        .jumbotron .exupery {
-            margin-left: -20px;
-            margin-right: -20px;
-        }
         .jumbotron .description {
             padding-top: 20px;
         }
@@ -454,7 +455,7 @@
         }
 
         .jumbotron .learn-more {
-            margin-top: 30px;
+            margin-top: 20px;
         }