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 (222caf3 -> 69b50e4)


From: gnunet
Subject: [GNUnet-SVN] [taler-www] branch master updated (222caf3 -> 69b50e4)
Date: Tue, 14 Feb 2017 22:40:01 +0100

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

dold pushed a change to branch master
in repository www.

    from 222caf3  larger font
     new cc4b301  fix navbar padding
     new 69b50e4  fix navbar padding and add transition

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 justified-nav.css | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/justified-nav.css b/justified-nav.css
index 59dc11d..b8b8b74 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;
@@ -42,15 +42,14 @@ body {
   background-color: #ddd;
 }
 
+.nav-justified > li > a:hover {
+  transition: background-color 0.3s;
+}
+
 .nav-justified > .m_demo > a {
   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]