[PATCH] Removed feed from getit page
Wald Commits
scm-commit at wald.intevation.org
Thu Mar 20 16:00:09 CET 2014
# HG changeset patch
# User Sascha L. Teichmann <teichmann at intevation.de>
# Date 1395327604 -3600
# Node ID a320af6ffa0495b0a22eb42c66666a65aa135773
# Parent 47cc83e96d2eac86d0b56d2bd77a8da7c842d61d
Removed feed from getit page.
diff -r 47cc83e96d2e -r a320af6ffa04 getit.html
--- a/getit.html Thu Mar 20 15:48:50 2014 +0100
+++ b/getit.html Thu Mar 20 16:00:04 2014 +0100
@@ -30,10 +30,9 @@
<body>
<div class="container">
<!--#include file="header.html" -->
- <div class="row row-dive4elements row-dive4elements-right">
- <!--#include file="getit_main.html" -->
- <!--#include file="feed.html" -->
- </div><!-- /row -->
+<div class="row row-dive4elements row-dive4elements-right">
+ <!--#include file="getit_main.html" -->
+</div>
<!--#include file="footer.html" -->
</div> <!-- /container -->
</body>
diff -r 47cc83e96d2e -r a320af6ffa04 getit_main.html
--- a/getit_main.html Thu Mar 20 15:48:50 2014 +0100
+++ b/getit_main.html Thu Mar 20 16:00:04 2014 +0100
@@ -1,4 +1,5 @@
-<div class="col-xs-12 col-sm-6 col-md-8">
+<!--<div class="col-xs-12 col-sm-6 col-md-8">-->
+<div>
<p class="pull-right visible-xs">
<button type="button" class="btn btn-primary btn-xs"
data-toggle="dive4elements">News Feed</button>
More information about the Dive4Elements-commits
mailing list