gnunetbib

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

commit 2fc540cda704fd33852f09b0a2737bffc0e5d807
parent 3af37e3560484f53271b2b0c42511428415760d2
Author: xrs <xrs@mail36.net>
Date:   Tue,  2 Jul 2019 20:13:22 +0200

test: have bar visible on the right side

Diffstat:
Mcss/main.css | 9++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/css/main.css b/css/main.css @@ -116,6 +116,7 @@ H3 { color: black; font-size: 0.9em; padding: 30px 0px; + width: 20%; } .bar-title { color: black; @@ -220,7 +221,12 @@ H3 { } - +.sheet { + display: inline-block; + vertical-align: top; + width: 75%; +} +/* @media screen and (min-width: 1280px) { .sheet { display: inline-block; @@ -232,6 +238,7 @@ H3 { padding-right: 20px; } } +*/ /* item-preview */ .item-preview,