gnunetbib

Bibliography (BibTeX, based on AnonBib)
Log | Files | Refs | README | LICENSE

commit e371abb00da701562c74971474926e099da0429c
parent 9b9ca0ff52228befa02e8fce63c45a478c73c0b8
Author: xrs <xrs@mail36.net>
Date:   Tue,  2 Jul 2019 21:06:51 +0200

fix css for nav

Diffstat:
Mcss/main.css | 26++++++++++++++------------
1 file changed, 14 insertions(+), 12 deletions(-)

diff --git 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;