gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-blog] branch master updated: style


From: gnunet
Subject: [GNUnet-SVN] [taler-blog] branch master updated: style
Date: Fri, 19 Jan 2018 04:23:07 +0100

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

dold pushed a commit to branch master
in repository blog.

The following commit(s) were added to refs/heads/master by this push:
     new d317904  style
d317904 is described below

commit d317904e3f073d5bb5a6bc518bfc3e3d79d5e8bc
Author: Florian Dold <address@hidden>
AuthorDate: Fri Jan 19 04:22:58 2018 +0100

    style
---
 talerblog/blog/templates/base.html | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/talerblog/blog/templates/base.html 
b/talerblog/blog/templates/base.html
index ceb12c5..18a0228 100644
--- a/talerblog/blog/templates/base.html
+++ b/talerblog/blog/templates/base.html
@@ -27,8 +27,17 @@
       padding: 1em;
     }
     .notice {
+      border-radius: 1em;
+      background: #0333;
       border-left: 0.3em solid #033;
-      padding: 1em;
+      padding-left: 1em;
+      padding-top: 0.5em;
+      padding-bottom: 0.5em;
+      margin-top: 2em;
+      margin-bottom: 2em;
+    }
+    #main a:link, #main a:visited, #main a:hover, #main a:active {
+        color: black;
     }
   </style>
   {% block styles %}{% endblock %}

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



reply via email to

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