You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by he...@apache.org on 2015/12/15 18:37:10 UTC

[14/15] allura git commit: [#5940] ticket:880 Change image size in example config to match real image dimensions

[#5940] ticket:880 Change image size in example config to match real image dimensions


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

Branch: refs/heads/master
Commit: 47dad17733cdba29b7e148f346657aa7b009b9b2
Parents: 134c52a
Author: Igor Bondarenko <je...@gmail.com>
Authored: Tue Dec 15 13:29:33 2015 +0200
Committer: Heith Seewald <he...@gmail.com>
Committed: Tue Dec 15 11:35:42 2015 -0600

----------------------------------------------------------------------
 Allura/development.ini | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura/blob/47dad177/Allura/development.ini
----------------------------------------------------------------------
diff --git a/Allura/development.ini b/Allura/development.ini
index 203428e..930f7f3 100644
--- a/Allura/development.ini
+++ b/Allura/development.ini
@@ -91,8 +91,8 @@ forgemail.url = http://localhost:8080
 ; `Allura/allura/public/nf/images/` and specify file name below
 ; logo.link = /
 ; logo.path = sf10a.png
-; logo.width = 78 ; in px
-; logo.height = 16 ; in px
+; logo.width = 125 ; in px
+; logo.height = 18 ; in px
 
 ; Used to uniquify references to static resources, can be a timestamp or any unique value
 ; This should be updated each time you deploy (or make significant changes, like new tools, new css)