gnunetbib

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

commit 3af37e3560484f53271b2b0c42511428415760d2
parent 24e8d2cc397379f22e8a8c4cd2a2fa8b81276800
Author: xrs <xrs@mail36.net>
Date:   Tue,  2 Jul 2019 00:26:49 +0200

test new layout for bibliography list

Diffstat:
Mcss/main.css | 6++++--
1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/css/main.css b/css/main.css @@ -5,7 +5,8 @@ img { BODY { background-color: #FFF; color: #000; - margin: 0px; + margin: 0px auto; + width: 70%; } FORM { @@ -259,7 +260,7 @@ H3 { } - +/* @media screen and (min-width: 1024px) { .item-preview, .item-preview:link, @@ -297,3 +298,4 @@ H3 { max-width: 100%; } } +*/