Spacing the bullets in the forum footer

Provide feedback, criticism or praise about Kitely, or suggest new features
Post Reply
User avatar
Dot Matrix
Posts: 1626
Joined: Sun Jul 28, 2013 3:26 am
Has thanked: 1209 times
Been thanked: 2326 times

Spacing the bullets in the forum footer

Post by Dot Matrix »

I realise it may be trivially pedantic, but the default set of templates for the SkyBlue style used for the Kitely forums has a minor typo in the right-hand side of the footer.

This can be corrected via the ACP Styles tab, Styles Components > Templates, Template file Overall_footer.html.

The critical line is:

Code: Select all

<li class="rightside"><!-- IF U_TEAM --><a href="{U_TEAM}">{L_THE_TEAM}</a> &bull;<!-- ENDIF --> <!-- IF not S_IS_BOT --><a href="{U_DELETE_COOKIES}">{L_DELETE_COOKIES}</a> &bull; <!-- ENDIF -->{S_TIMEZONE}</li>
It needs to change to:

Code: Select all

<li class="rightside"><!-- IF U_TEAM --><a href="{U_TEAM}">{L_THE_TEAM}</a> &bull; <!-- ENDIF --> <!-- IF not S_IS_BOT --><a href="{U_DELETE_COOKIES}">{L_DELETE_COOKIES}</a> &bull; <!-- ENDIF -->{S_TIMEZONE}</li>
(In case you're wondering, the Devokan Trust forum uses the same SkyBlue style.)
User avatar
Ilan Tochner
Posts: 6532
Joined: Sun Dec 23, 2012 8:44 am
Has thanked: 4996 times
Been thanked: 4473 times
Contact:

Re: Spacing the bullets in the forum footer

Post by Ilan Tochner »

Thank you Dot :-)
User avatar
Oren Hurvitz
Posts: 361
Joined: Sun Dec 23, 2012 8:42 am
Has thanked: 19 times
Been thanked: 499 times
Contact:

Re: Spacing the bullets in the forum footer

Post by Oren Hurvitz »

It is done! We've added this space.
Post Reply