summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-11-11 14:41:11 +0100
committerGravatar Tom Willemsen2012-11-11 14:41:11 +0100
commitf3aacfe0f3bb486ac1ffdeaf258aec84e91f3285 (patch)
treebbb2b15c3dcb2b9bcc576f0149d2db356751ee9b
parentbe4de91ddc7221f2918d8b8f26697382d74a6f14 (diff)
downloadsite-f3aacfe0f3bb486ac1ffdeaf258aec84e91f3285.tar.gz
site-f3aacfe0f3bb486ac1ffdeaf258aec84e91f3285.zip
Fix
-rw-r--r--templates/inlinepage.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/inlinepage.tmpl b/templates/inlinepage.tmpl
index c4d6f09..298e0e7 100644
--- a/templates/inlinepage.tmpl
+++ b/templates/inlinepage.tmpl
@@ -12,9 +12,9 @@
</TMPL_IF>
<TMPL_IF HAVE_ACTIONS>
- <div class="btn-group pull-right">
+ <div class="btn-group">
<TMPL_IF EDITURL>
- <a class="btn" href="<TMPL_VAR EDITURL>" rel="nofollow"><i class="icon-edit"></a>
+ <a class="btn" href="<TMPL_VAR EDITURL>" rel="nofollow"><i class="icon-edit"></i></a>
</TMPL_IF>
<TMPL_IF COMMENTSLINK>
<span class="btn"><TMPL_VAR COMMENTSLINK></span>