gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-www] 01/02: fix navbar padding


From: gnunet
Subject: [GNUnet-SVN] [taler-www] 01/02: fix navbar padding
Date: Tue, 14 Feb 2017 22:40:02 +0100

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

dold pushed a commit to branch master
in repository www.

commit cc4b301b93968ca3dda1b07322bbfc3d425d5d73
Author: Florian Dold <address@hidden>
AuthorDate: Tue Feb 14 22:38:55 2017 +0100

    fix navbar padding
---
 justified-nav.css | 11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

diff --git a/justified-nav.css b/justified-nav.css
index 59dc11d..bf4c175 100644
--- a/justified-nav.css
+++ b/justified-nav.css
@@ -25,9 +25,9 @@ body {
 }
 .nav-justified > li > a {
   border-radius: 20px;
-  padding-top: 10px;
-  padding-bottom: 10px;
-  margin-bottom: 0;
+  padding-top: 5px;
+  padding-bottom: 5px;
+  margin-bottom: 5px;
   margin-left: 10px;
   margin-top: 5px;
   font-weight: normal;
@@ -46,11 +46,6 @@ body {
   font-weight: bold;
 }
 
address@hidden (min-width: 768px) {
-  .nav-justified {
-    max-height: 52px;
-  }
-}
 
 /* Responsive: Portrait tablets and up */
 @media screen and (min-width: 768px) {

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



reply via email to

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