gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunetbib] branch master updated: fix css for nav


From: gnunet
Subject: [GNUnet-SVN] [gnunetbib] branch master updated: fix css for nav
Date: Tue, 02 Jul 2019 21:06:53 +0200

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

xrs pushed a commit to branch master
in repository gnunetbib.

The following commit(s) were added to refs/heads/master by this push:
     new e371abb  fix css for nav
e371abb is described below

commit e371abb00da701562c74971474926e099da0429c
Author: xrs <address@hidden>
AuthorDate: Tue Jul 2 21:06:51 2019 +0200

    fix css for nav
---
 css/main.css | 26 ++++++++++++++------------
 1 file changed, 14 insertions(+), 12 deletions(-)

diff --git a/css/main.css b/css/main.css
index b68c39f..fa4b064 100644
--- a/css/main.css
+++ b/css/main.css
@@ -111,13 +111,14 @@ H3 {
   color: #006;
 }
 
+/*
 .side-bar {
     box-sizing: border-box;
     color: black;
     font-size: 0.9em;
     padding: 30px 0px;
-    width: 20%;
 }
+*/
 .bar-title {
     color: black;
     font-size: 14px;
@@ -164,18 +165,19 @@ H3 {
     left: -50000px;
 }
 
+.side-bar {
+    border-color: #999;
+    border-radius: 4px;
+    border-style: solid;
+    border-width: thin;
+    display: inline-block;
+    padding: 0px;
+    text-align: left;
+    vertical-align: top;
+    width: 20%;
+}
+
 @media screen and (min-width: 1280px) {
-    .side-bar {
-        border-color: #999;
-        border-radius: 4px;
-        border-style: solid;
-        border-width: thin;
-        display: inline-block;
-        padding: 0px;
-        text-align: left;
-        vertical-align: top;
-        width: 350px;
-    }
 
     .bar-title {
         background-color: #F5F5F5;

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



reply via email to

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