summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorlsces <lester@lsces.co.uk>2014-11-03 23:52:00 +0000
committerlsces <lester@lsces.co.uk>2014-11-03 23:52:00 +0000
commit818c1f7f176f1763280ff2e172e2341ec28e8b33 (patch)
tree387380f95bb89b8afb56598ecbf5fd28e422d166 /modules
parent35e563381e4d4124a8864bb5fe9fee24c911833f (diff)
downloadfisheye-818c1f7f176f1763280ff2e172e2341ec28e8b33.tar.gz
fisheye-818c1f7f176f1763280ff2e172e2341ec28e8b33.tar.bz2
fisheye-818c1f7f176f1763280ff2e172e2341ec28e8b33.zip
Use BS3 pull-left and pull-right classes
Diffstat (limited to 'modules')
-rw-r--r--modules/mod_navigation.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/mod_navigation.tpl b/modules/mod_navigation.tpl
index 4783bbf..a415fd7 100644
--- a/modules/mod_navigation.tpl
+++ b/modules/mod_navigation.tpl
@@ -1,7 +1,7 @@
{strip}
{if $gGallery}
{bitmodule title="$moduleTitle" name="fisheye_navigation"}
- <div class="left">
+ <div class="pull-left">
{if $gGallery->mInfo.previous_image_id}
<a href="{$gContent->getImageUrl($gGallery->mInfo.previous_image_id)|escape}">
<img src="{$gGallery->mInfo.previous_image_avatar}" />
@@ -11,7 +11,7 @@
{else}&nbsp;{/if}
</div>
- <div class="right">
+ <div class="pull-right">
{if $gGallery->mInfo.next_image_id}
<a href="{$gContent->getImageUrl($gGallery->mInfo.next_image_id)|escape}">
<img src="{$gGallery->mInfo.next_image_avatar}" />