gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-www] branch master updated: add green highlight box,


From: gnunet
Subject: [GNUnet-SVN] [taler-www] branch master updated: add green highlight box, make jumbotron screen height
Date: Tue, 14 Feb 2017 23:44:39 +0100

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository www.

The following commit(s) were added to refs/heads/master by this push:
     new ba9b2a9  add green highlight box, make jumbotron screen height
ba9b2a9 is described below

commit ba9b2a94aaa8876bf479d157e9624afbea976eb7
Author: Florian Dold <address@hidden>
AuthorDate: Tue Feb 14 23:44:37 2017 +0100

    add green highlight box, make jumbotron screen height
---
 index.html.j2 | 15 ++++++++++++++-
 styles.css    |  8 ++++++++
 2 files changed, 22 insertions(+), 1 deletion(-)

diff --git a/index.html.j2 b/index.html.j2
index fd3745f..580b565 100644
--- a/index.html.j2
+++ b/index.html.j2
@@ -7,7 +7,7 @@
       {% include "common/header.j2.inc" %}
   </head>
   <body>
-    <div class="container">
+    <div class="container c_intro">
       {% include "common/navigation.j2.inc" %}
       <!-- Jumbotron -->
       <div class="jumbotron">
@@ -24,6 +24,12 @@
                  ") }}</p>
         
       </div>
+
+    </div>
+
+    <div class="contianer-fluid c_acronym">
+    <div class="container">
+
       <div class="row">
         <div class="col-lg-4">
           <h2>{{ _("<b>T</b>axable") }}</h2>
@@ -78,6 +84,13 @@
                   Bitcoins.") }}</p>
          
         </div>
+      </div>
+    </div>
+    </div>
+
+    <div class="container">
+      <div class="row">
+
         <div class="col-lg-4">
           <h2>{{ _("Latest Videos") }}</h2>
          <p>{{ _("Florian Dold talks about Taler at 50p!") }}</p>
diff --git a/styles.css b/styles.css
index b2c028d..6b6d3c2 100644
--- a/styles.css
+++ b/styles.css
@@ -8,3 +8,11 @@
 html {
        overflow-y: scroll;
 }
+
+.c_acronym {
+  background-color: #c9ffe2;
+}
+
+.c_intro {
+  height: 100vh;
+}

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]