aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxrs <xrs@mail36.net>2019-07-02 20:13:22 +0200
committerxrs <xrs@mail36.net>2019-07-02 20:13:22 +0200
commit2fc540cda704fd33852f09b0a2737bffc0e5d807 (patch)
treefb336b1c93fa658c967f40f8d36d6b9f7e54089b
parent3af37e3560484f53271b2b0c42511428415760d2 (diff)
downloadgnunetbib-2fc540cda704fd33852f09b0a2737bffc0e5d807.tar.gz
gnunetbib-2fc540cda704fd33852f09b0a2737bffc0e5d807.zip
test: have bar visible on the right side
-rw-r--r--css/main.css9
1 files changed, 8 insertions, 1 deletions
diff --git a/css/main.css b/css/main.css
index 3a7f08b..b68c39f 100644
--- a/css/main.css
+++ b/css/main.css
@@ -116,6 +116,7 @@ H3 {
116 color: black; 116 color: black;
117 font-size: 0.9em; 117 font-size: 0.9em;
118 padding: 30px 0px; 118 padding: 30px 0px;
119 width: 20%;
119} 120}
120.bar-title { 121.bar-title {
121 color: black; 122 color: black;
@@ -220,7 +221,12 @@ H3 {
220} 221}
221 222
222 223
223 224.sheet {
225 display: inline-block;
226 vertical-align: top;
227 width: 75%;
228}
229/*
224@media screen and (min-width: 1280px) { 230@media screen and (min-width: 1280px) {
225 .sheet { 231 .sheet {
226 display: inline-block; 232 display: inline-block;
@@ -232,6 +238,7 @@ H3 {
232 padding-right: 20px; 238 padding-right: 20px;
233 } 239 }
234} 240}
241*/
235 242
236/* item-preview */ 243/* item-preview */
237.item-preview, 244.item-preview,