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: adornments


From: gnunet
Subject: [GNUnet-SVN] [taler-www] branch master updated: adornments
Date: Mon, 06 Mar 2017 06:56:56 +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 f80459a  adornments
f80459a is described below

commit f80459a380c97ab6300252a798db5967d3ade004
Author: Florian Dold <address@hidden>
AuthorDate: Mon Mar 6 06:56:54 2017 +0100

    adornments
---
 index.html.j2 |  2 +-
 styles.css    | 10 ++++++++++
 2 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/index.html.j2 b/index.html.j2
index 33f079d..4f6ef31 100644
--- a/index.html.j2
+++ b/index.html.j2
@@ -21,7 +21,7 @@
 
 </div>
 
-  <div class="contianer-fluid c_acronym">
+  <div class="contianer-fluid c_acronym adorn_bracket">
   <div class="container">
 
     <h2>Design goals of Taler</h2>
diff --git a/styles.css b/styles.css
index cc1424a..46d8fc8 100644
--- a/styles.css
+++ b/styles.css
@@ -92,3 +92,13 @@ footer {
   /* push footer down */
   min-height: 80vh;
 }
+
+.adorn_bracket h3::before {
+  content: "❬";
+  color: #aa3939;
+}
+
+.adorn_bracket h3::after {
+  content: "❭";
+  color: #aa3939;
+}

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



reply via email to

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