Added proper support for font size and color
[GitHub/WoltLab/WCF.git] / com.woltlab.wcf / templates / shareButtonsPrivacySettings.tpl
index ae0a0f430f6b79a93d3d09ca18271e5c5d8972ac..e1d7d0a824e407289aa23416f453032e2987fbaa 100644 (file)
@@ -1,6 +1,6 @@
 <small style="display: inline-block; max-width: 500px;">{lang}wcf.message.share.privacy.description{/lang}</small>
 
-<ul class="marginTop">
+<ul>
        <li><label><input type="checkbox" name="facebook" value="1"{if $settings[facebook]} checked="checked"{/if} /> {lang}wcf.message.share.facebook{/lang}</label></li>
        <li><label><input type="checkbox" name="twitter" value="1"{if $settings[twitter]} checked="checked"{/if} /> {lang}wcf.message.share.twitter{/lang}</label></li>
        <li><label><input type="checkbox" name="google" value="1"{if $settings[google]} checked="checked"{/if} /> {lang}wcf.message.share.google{/lang}</label></li>