[PATCH] Fixed layout
Wald Commits
scm-commit at wald.intevation.org
Wed Mar 26 19:08:34 CET 2014
# HG changeset patch
# User Sascha L. Teichmann <teichmann at intevation.de>
# Date 1395857311 -3600
# Node ID cc7f9e594b6c529ca705c1032e90421121790dce
# Parent 002ab851a9a1d238c3299235e5e93600a635c213
Fixed layout.
diff -r 002ab851a9a1 -r cc7f9e594b6c d4e_body.html
--- a/d4e_body.html Wed Mar 26 18:59:37 2014 +0100
+++ b/d4e_body.html Wed Mar 26 19:08:31 2014 +0100
@@ -1,3 +1,4 @@
+<div class="col-xs-12">
<div class="jumbotron">
<h3>Dive4Elements</h3>
<p class="lead">Dive4Elements ist das Freie Software Basis-Framework,
@@ -68,3 +69,4 @@
<p>TODO: Write me!</p>
</div>
</div><!-- /row marketing -->
+</div>
diff -r 002ab851a9a1 -r cc7f9e594b6c download.html
--- a/download.html Wed Mar 26 18:59:37 2014 +0100
+++ b/download.html Wed Mar 26 19:08:31 2014 +0100
@@ -30,9 +30,9 @@
<body>
<div class="container">
<!--#include file="header.html" -->
-<div class="row row-dive4elements row-dive4elements-right">
+ <div class="row row-dive4elements row-dive4elements-right">
<!--#include file="download_body.html" -->
-</div>
+ </div>
<!--#include file="footer.html" -->
</div> <!-- /container -->
</body>
diff -r 002ab851a9a1 -r cc7f9e594b6c download_body.html
--- a/download_body.html Wed Mar 26 18:59:37 2014 +0100
+++ b/download_body.html Wed Mar 26 19:08:31 2014 +0100
@@ -1,5 +1,4 @@
-<!--<div class="col-xs-12 col-sm-6 col-md-8">-->
-<div>
+<div class="col-xs-12">
<p class="pull-right visible-xs">
<button type="button" class="btn btn-primary btn-xs"
data-toggle="dive4elements">News Feed</button>
diff -r 002ab851a9a1 -r cc7f9e594b6c river_body.html
--- a/river_body.html Wed Mar 26 18:59:37 2014 +0100
+++ b/river_body.html Wed Mar 26 19:08:31 2014 +0100
@@ -1,3 +1,4 @@
+<div class="col-xs-12">
<div class="jumbotron">
<h3>Dive4Elements/River</h3>
<p class="lead">Dive4Elements "River" ist eine datenbankbasierte Webapplikation
@@ -98,3 +99,4 @@
<p>TODO: Write me!</p>
</div>
</div><!-- /row marketing -->
+</div>
More information about the Dive4Elements-commits
mailing list