mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-02 03:08:53 +00:00
Remove the box-inner class
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
2017-02-17 DariusIIi
|
||||
2017-02-17 DariusIII
|
||||
* Chg: Further improve Charisma, add theme switcher
|
||||
* Chg: Use css files from bootswatch directly
|
||||
* Chg: Add support for GiantBomb queries back to Games class
|
||||
|
||||
@@ -150,11 +150,9 @@
|
||||
<div class="container-fluid">
|
||||
<div class="row">
|
||||
<div class="box col-md-12">
|
||||
<div class="box-inner">
|
||||
<div class="box-content">
|
||||
<!-- put your content here -->
|
||||
{$page->content}
|
||||
</div>
|
||||
<div class="box-content">
|
||||
<!-- put your content here -->
|
||||
{$page->content}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -210,7 +208,8 @@
|
||||
<script type="text/javascript"
|
||||
src="{$smarty.const.WWW_THEMES}/{$theme}/js/jquery.autogrow-textarea.js"></script>
|
||||
<!-- bootswatch theme switcer -->
|
||||
<script type="text/javascript" src="{$smarty.const.WWW_THEMES}/shared/assets/jquery-bootswatch/jquery.bootswatch.js"></script>
|
||||
<script type="text/javascript"
|
||||
src="{$smarty.const.WWW_THEMES}/shared/assets/jquery-bootswatch/jquery.bootswatch.js"></script>
|
||||
<!-- tinymce editor -->
|
||||
<script type="text/javascript"
|
||||
src="{$smarty.const.WWW_THEMES}/shared/assets/tinymce-builded/js/tinymce/tinymce.min.js"></script>
|
||||
|
||||
Reference in New Issue
Block a user