From: xenophenes Date: Fri, 2 Jun 2017 05:26:38 +0000 (-0700) Subject: fix sponsors text styling X-Git-Url: http://waps.l3s.uni-hannover.de/gitweb/queryCache.php?a=commitdiff_plain;h=c00cf36b20bcbce5bc89f891e7db2f5cd48e8c3d;p=pgopen2018.git fix sponsors text styling --- diff --git a/static/css/style.css b/static/css/style.css index c4de713..1b9df07 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -47,7 +47,7 @@ } em, i { - font-style: italic; + font-style: initial; } p { @@ -1229,7 +1229,8 @@ @media (min-width: 979px) { .caption { - margin: 1em 0 2em 0; + margin: 1em 0 2em 1em; + text-align: left; } }