[Rt-commit] rt branch, 4.2-trunk, updated. rt-4.2.8-20-ga447367
Alex Vandiver
alexmv at bestpractical.com
Thu Oct 16 11:05:13 EDT 2014
The branch, 4.2-trunk has been updated
via a447367f94730013b528fe19a83494fdd2f37de9 (commit)
from eca6f8fae5d9473f89194c2aa3b30c24f8e1eaaf (commit)
Summary of changes:
share/static/css/mobile.css | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit a447367f94730013b528fe19a83494fdd2f37de9
Author: Markus Wildbolz <markus.wildbolz at eu.magna.com>
Date: Thu Oct 16 11:04:37 2014 -0400
Correct relative image path in mobile.css for users with $WebPath set
diff --git a/share/static/css/mobile.css b/share/static/css/mobile.css
index 8b35b19..9210424 100644
--- a/share/static/css/mobile.css
+++ b/share/static/css/mobile.css
@@ -328,7 +328,7 @@ div#login-box div.login-help {
#bpscredits #copyright {
padding-top: 4em;
- background: white url(../../../static/images/bpslogo.png) no-repeat top right;
+ background: white url(../../static/images/bpslogo.png) no-repeat top right;
}
-----------------------------------------------------------------------
More information about the rt-commit
mailing list