aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxrs <xrs@mail36.net>2019-07-02 21:06:51 +0200
committerxrs <xrs@mail36.net>2019-07-02 21:06:51 +0200
commite371abb00da701562c74971474926e099da0429c (patch)
treeeb81c9e87e9e602347c67a5697d52d7197a35b05
parent9b9ca0ff52228befa02e8fce63c45a478c73c0b8 (diff)
downloadgnunetbib-e371abb00da701562c74971474926e099da0429c.tar.gz
gnunetbib-e371abb00da701562c74971474926e099da0429c.zip
fix css for nav
-rw-r--r--css/main.css26
1 files 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 {
111 color: #006; 111 color: #006;
112} 112}
113 113
114/*
114.side-bar { 115.side-bar {
115 box-sizing: border-box; 116 box-sizing: border-box;
116 color: black; 117 color: black;
117 font-size: 0.9em; 118 font-size: 0.9em;
118 padding: 30px 0px; 119 padding: 30px 0px;
119 width: 20%;
120} 120}
121*/
121.bar-title { 122.bar-title {
122 color: black; 123 color: black;
123 font-size: 14px; 124 font-size: 14px;
@@ -164,18 +165,19 @@ H3 {
164 left: -50000px; 165 left: -50000px;
165} 166}
166 167
168.side-bar {
169 border-color: #999;
170 border-radius: 4px;
171 border-style: solid;
172 border-width: thin;
173 display: inline-block;
174 padding: 0px;
175 text-align: left;
176 vertical-align: top;
177 width: 20%;
178}
179
167@media screen and (min-width: 1280px) { 180@media screen and (min-width: 1280px) {
168 .side-bar {
169 border-color: #999;
170 border-radius: 4px;
171 border-style: solid;
172 border-width: thin;
173 display: inline-block;
174 padding: 0px;
175 text-align: left;
176 vertical-align: top;
177 width: 350px;
178 }
179 181
180 .bar-title { 182 .bar-title {
181 background-color: #F5F5F5; 183 background-color: #F5F5F5;