diff options
| author | spiderr <spider@viovio.com> | 2014-05-30 11:48:46 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2014-05-30 11:48:46 -0400 |
| commit | 6607af1680085df88975d236387c2c475b49ae2c (patch) | |
| tree | c8b06b058a714e65be7e884261ca47ff41cb6afd /templates | |
| parent | 9379a472d65ec6c5f84485240caabe2b90cd72f5 (diff) | |
| download | wiki-6607af1680085df88975d236387c2c475b49ae2c.tar.gz wiki-6607af1680085df88975d236387c2c475b49ae2c.tar.bz2 wiki-6607af1680085df88975d236387c2c475b49ae2c.zip | |
bootstrap3-css-changes
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/list_pages.tpl | 2 | ||||
| -rw-r--r-- | templates/page_action_bar.tpl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/list_pages.tpl b/templates/list_pages.tpl index d34bfde..dca741d 100644 --- a/templates/list_pages.tpl +++ b/templates/list_pages.tpl @@ -20,7 +20,7 @@ <div class="body"> {form id="checkform"} - <ul class="inline navbar"> + <ul class="list-inline navbar"> <li>{booticon iname="icon-circle-arrow-right" ipackage="icons" iexplain="sort by"}</li> {if $gBitSystem->isFeatureActive( 'wiki_list_name' )} <li>{smartlink ititle="Page Name" isort="title" icontrol=$listInfo}</li> diff --git a/templates/page_action_bar.tpl b/templates/page_action_bar.tpl index 0b55ea8..8268b40 100644 --- a/templates/page_action_bar.tpl +++ b/templates/page_action_bar.tpl @@ -47,7 +47,7 @@ {/if} {/strip}{/capture} {if $smarty.capture.navbarlist ne ''} - <ul class="inline navbar"> + <ul class="list-inline navbar"> {$smarty.capture.navbarlist} </ul> {/if} |
