diff --git a/web/drupal/themes/flukso/style.css b/web/drupal/themes/flukso/style.css index 9f2b681..6b1fed3 100644 --- a/web/drupal/themes/flukso/style.css +++ b/web/drupal/themes/flukso/style.css @@ -566,7 +566,7 @@ div.comment img.user-picture { } div.comment div.content p { - padding: 0 3em; + padding: 0 2.6em; } div.comment div.content p+p { @@ -627,6 +627,20 @@ em.moderation { margin: 20px 0; } +/* ------------------------------------------------------------------------ + * Geshifilter overrides + * --------------------------------------------------------------------- */ + +div.geshifilter { + background-color: #ffc; + border: none; + display: block; + font-size: 1.3em; + line-height: 1.3; + padding: 1em; + margin: 0.5em 2.6em; +} + /* ------------------------------------------------------------------------ * Installation page * --------------------------------------------------------------------- */