[Xfce4-commits] <archive:master> Right align.
Nick Schermer
noreply at xfce.org
Sun Nov 13 15:04:01 CET 2011
Updating branch refs/heads/master
to f4ba4b31f565ed67510ec6231234687763b83fed (commit)
from 66e6ecc1ff2736b8ceeb02f636ed73a65889709a (commit)
commit f4ba4b31f565ed67510ec6231234687763b83fed
Author: Nick Schermer <nick at xfce.org>
Date: Sun Nov 13 15:03:05 2011 +0100
Right align.
fancyindex/views/index.haml | 3 +--
mb_footer.html | 2 +-
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/fancyindex/views/index.haml b/fancyindex/views/index.haml
index 1690bfd..87d64eb 100644
--- a/fancyindex/views/index.haml
+++ b/fancyindex/views/index.haml
@@ -67,5 +67,4 @@
%a{:href => href} Details
%hr
%a{:href => 'http://mirrorbrain.org', :title => 'Powered by MirrorBrain'}
- %img{:src => '/public/mb.png', :alt => 'MirrorBrain', :border => 0}
-
+ %img{:src => '/public/mb.png', :alt => 'MirrorBrain', :border => 0, :align => 'right'}
diff --git a/mb_footer.html b/mb_footer.html
index 49ec239..2ab871f 100644
--- a/mb_footer.html
+++ b/mb_footer.html
@@ -1,4 +1,4 @@
<hr />
- <a href="http://mirrorbrain.org/" title="Powered by MirrorBrain"><img src="/public/mb.png" alt="MirrorBrain" border="0" /></a>
+ <a href="http://mirrorbrain.org/" title="Powered by MirrorBrain"><img src="/public/mb.png" alt="MirrorBrain" border="0" align="right" /></a>
</div>
</body></html>
More information about the Xfce4-commits
mailing list