[Xfce4-commits] <archive:master> Move footer in wrap.
Nick Schermer
noreply at xfce.org
Sun Jul 14 18:34:01 CEST 2013
Updating branch refs/heads/master
to 3c64d7fbe62b74fd59fef0355e5da872cadb7877 (commit)
from 7f8e2ae8cdd78b8de3e4a14fcf817349dda31729 (commit)
commit 3c64d7fbe62b74fd59fef0355e5da872cadb7877
Author: Nick Schermer <nick at xfce.org>
Date: Sun Jul 14 18:31:56 2013 +0200
Move footer in wrap.
lib/views/layout.haml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/lib/views/layout.haml b/lib/views/layout.haml
index 366c869..4eef971 100644
--- a/lib/views/layout.haml
+++ b/lib/views/layout.haml
@@ -37,8 +37,8 @@
%div{:id => 'mirrorbrain-wrap'}
%div{:id => 'mirrorbrain-details'}
=yield
- %div{:id => 'mirrorbrain-footer'}
- %hr
- %a{:href => '/howtomirror'} Become a mirror!
- %a{:href => 'http://mirrorbrain.org', :title => 'Powered by MirrorBrain'}
- %img{:src => '/public/mb.png', :alt => 'MirrorBrain', :border => 0, :align => 'right'}
+ %div{:id => 'mirrorbrain-footer'}
+ %hr
+ %a{:href => '/howtomirror'} Become a mirror!
+ %a{:href => 'http://mirrorbrain.org', :title => 'Powered by MirrorBrain'}
+ %img{:src => '/public/mb.png', :alt => 'MirrorBrain', :border => 0, :align => 'right'}
More information about the Xfce4-commits
mailing list