You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by tv...@apache.org on 2013/11/21 22:51:43 UTC

[4/4] git commit: Add some padding to wiki diff view

Add some padding to wiki diff view

Signed-off-by: Tim Van Steenburgh <tv...@gmail.com>


Project: http://git-wip-us.apache.org/repos/asf/incubator-allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-allura/commit/4386d93c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-allura/tree/4386d93c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-allura/diff/4386d93c

Branch: refs/heads/master
Commit: 4386d93c3f8d786c37fcc298cf56178f6bc32734
Parents: 3006ef9
Author: Tim Van Steenburgh <tv...@gmail.com>
Authored: Thu Nov 21 21:51:04 2013 +0000
Committer: Tim Van Steenburgh <tv...@gmail.com>
Committed: Thu Nov 21 21:51:04 2013 +0000

----------------------------------------------------------------------
 ForgeWiki/forgewiki/templates/wiki/page_diff.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/4386d93c/ForgeWiki/forgewiki/templates/wiki/page_diff.html
----------------------------------------------------------------------
diff --git a/ForgeWiki/forgewiki/templates/wiki/page_diff.html b/ForgeWiki/forgewiki/templates/wiki/page_diff.html
index 9868785..dd98802 100644
--- a/ForgeWiki/forgewiki/templates/wiki/page_diff.html
+++ b/ForgeWiki/forgewiki/templates/wiki/page_diff.html
@@ -35,7 +35,7 @@
 <p>Comparing <a href=".?version={{p1.version}}">Version {{p1.version}}</a>
   with <a href=".?version={{p2.version}}">Version {{p2.version}}</a></p>
 <hr/>
-<div style="font-family: fixed-width, monospace">
+<div style="font-family: fixed-width, monospace; padding: 10px;">
   {{h.html.literal(edits)}}
 </div>
 {% endblock %}