From: Tobias Diekershoff Date: Thu, 29 Oct 2015 06:11:36 +0000 (+0100) Subject: basic styling of the credits list X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=dff1a73bd3c54d621565d6094915fba89f5e8fcc;p=friendica.git basic styling of the credits list --- diff --git a/view/global.css b/view/global.css index d5a44f75fa..1a71b21951 100644 --- a/view/global.css +++ b/view/global.css @@ -260,19 +260,26 @@ a { } /* poke */ #poke-desc { - margin: 5px 0 10px; + margin: 5px 0 10px; } #poke-wrapper { - padding: 10px 0 0px; + padding: 10px 0 0px; } #poke-recipient, #poke-action, #poke-privacy-settings { - margin: 10px 0 30px; + margin: 10px 0 30px; } #poke-recip-label, #poke-action-label, #prvmail-message-label { - margin: 10px 0 10px; + margin: 10px 0 10px; +} +ul.credits { + list-style: none; +} +ul.credits li { + float: left; + width: 240px; } .contact-entry-photo img {