appearance/customise

v1.18.x
psychobunny 10 years ago
parent c35ef74c5c
commit cd5bb427cc

@ -1,7 +1,11 @@
<div id="customise" class="customise"> <div id="customise" class="customise">
<div class="panel panel-default"> <ul class="nav nav-pills">
<div class="panel-heading">Custom CSS</div> <li class="active"><a href="#custom-css" data-toggle="tab">Custom CSS</a></li>
<div class="panel-body"> <li><a href="#custom-header" data-toggle="tab">Custom Header</a></li>
</ul>
<br />
<div id="myTabContent" class="tab-content">
<div class="tab-pane fade active in" id="custom-css">
<p> <p>
Enter your own CSS declarations here, which will be applied after all other styles. Enter your own CSS declarations here, which will be applied after all other styles.
</p> </p>
@ -18,11 +22,7 @@
</div> </div>
</form> </form>
</div> </div>
</div> <div class="tab-pane fade" id="custom-header">
<div class="panel panel-default">
<div class="panel-heading">Custom Header</div>
<div class="panel-body">
<p> <p>
Enter custom HTML here (ex. JavaScript, Meta Tags, etc.), which will be appended to the <code>&lt;head&gt;</code> section of your forum's markup. Enter custom HTML here (ex. JavaScript, Meta Tags, etc.), which will be appended to the <code>&lt;head&gt;</code> section of your forum's markup.
</p> </p>

Loading…
Cancel
Save