aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxrs <xrs@mail36.net>2019-07-02 00:26:49 +0200
committerxrs <xrs@mail36.net>2019-07-02 00:26:49 +0200
commit3af37e3560484f53271b2b0c42511428415760d2 (patch)
tree195c818bf04e3fc69ca81214f7715b8299a64395
parent24e8d2cc397379f22e8a8c4cd2a2fa8b81276800 (diff)
downloadgnunetbib-3af37e3560484f53271b2b0c42511428415760d2.tar.gz
gnunetbib-3af37e3560484f53271b2b0c42511428415760d2.zip
test new layout for bibliography list
-rw-r--r--css/main.css6
1 files changed, 4 insertions, 2 deletions
diff --git a/css/main.css b/css/main.css
index ce2aaab..3a7f08b 100644
--- a/css/main.css
+++ b/css/main.css
@@ -5,7 +5,8 @@ img {
5BODY { 5BODY {
6 background-color: #FFF; 6 background-color: #FFF;
7 color: #000; 7 color: #000;
8 margin: 0px; 8 margin: 0px auto;
9 width: 70%;
9} 10}
10 11
11FORM { 12FORM {
@@ -259,7 +260,7 @@ H3 {
259} 260}
260 261
261 262
262 263/*
263@media screen and (min-width: 1024px) { 264@media screen and (min-width: 1024px) {
264 .item-preview, 265 .item-preview,
265 .item-preview:link, 266 .item-preview:link,
@@ -297,3 +298,4 @@ H3 {
297 max-width: 100%; 298 max-width: 100%;
298 } 299 }
299} 300}
301*/