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: stylize logo


From: gnunet
Subject: [GNUnet-SVN] [taler-www] branch master updated: stylize logo
Date: Mon, 06 Mar 2017 07:45:58 +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 8611edd  stylize logo
8611edd is described below

commit 8611eddf5fa59d2ac2a56206dd8b1634a8430d6b
Author: Florian Dold <address@hidden>
AuthorDate: Mon Mar 6 07:45:55 2017 +0100

    stylize logo
---
 common/navigation.j2.inc |  2 +-
 index.html.j2            |  2 +-
 styles.css               | 15 +++++++++++++--
 3 files changed, 15 insertions(+), 4 deletions(-)

diff --git a/common/navigation.j2.inc b/common/navigation.j2.inc
index 2a38f7c..c901916 100644
--- a/common/navigation.j2.inc
+++ b/common/navigation.j2.inc
@@ -1,7 +1,7 @@
 <nav class="navbar navbar-inverse">
   <div class="container-fluid">
     <ul class="nav navbar-nav">
-      <li class="{{ 'active' if filename == 'index.html' else '' }}"><a 
href="index.html">Home</a></li>
+      <li class="{{ 'active' if filename == 'index.html' else '' }}"><a 
class="taler_home" href="index.html">taler</a></li>
       <li class="{{ 'active' if filename == 'investors.html' else '' }}"><a 
href="investors.html">Investors</a></li>
       <li class="dropdown">
         <a href="#" class="dropdown-toggle" data-toggle="dropdown" 
role="button" aria-haspopup="true" aria-expanded="false">Resources <span 
class="caret"></span></a>
diff --git a/index.html.j2 b/index.html.j2
index 4f6ef31..6eb0327 100644
--- a/index.html.j2
+++ b/index.html.j2
@@ -21,7 +21,7 @@
 
 </div>
 
-  <div class="contianer-fluid c_acronym adorn_bracket">
+  <div class="contianer-fluid c_acronym adorn_h3_bracket">
   <div class="container">
 
     <h2>Design goals of Taler</h2>
diff --git a/styles.css b/styles.css
index 46d8fc8..99852dc 100644
--- a/styles.css
+++ b/styles.css
@@ -93,12 +93,23 @@ footer {
   min-height: 80vh;
 }
 
-.adorn_bracket h3::before {
+.adorn_h3_bracket h3::before {
   content: "❬";
   color: #aa3939;
 }
 
-.adorn_bracket h3::after {
+.adorn_h3_bracket h3::after {
   content: "❭";
   color: #aa3939;
 }
+.taler_home::before {
+  content: "❬";
+  color: #aa3939;
+}
+.taler_home::after {
+  content: "❭";
+  color: #aa3939;
+}
+.taler_home {
+  font-family: 'Lucida Console', Monaco, monospace;
+}

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



reply via email to

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