[Mpuls-commits] r4870 - in base/trunk: . mpulsweb/public/styles

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Wed Apr 6 12:57:16 CEST 2011


Author: torsten
Date: 2011-04-06 12:57:13 +0200 (Wed, 06 Apr 2011)
New Revision: 4870

Modified:
   base/trunk/ChangeLog
   base/trunk/mpulsweb/public/styles/screen.css
Log:
Issue2000: Allow larger application logos


Modified: base/trunk/ChangeLog
===================================================================
--- base/trunk/ChangeLog	2011-04-06 10:47:33 UTC (rev 4869)
+++ base/trunk/ChangeLog	2011-04-06 10:57:13 UTC (rev 4870)
@@ -2,6 +2,8 @@
 
 	* mpulsweb/public/styles/screen.css: Issue1999: Improved layout of
 	info and help pages.
+	* mpulsweb/public/styles/screen.css: Issue2000: Allow larger
+	application logos.
 
 2011-04-05  Torsten Irlaender <torsten at intevation.de>
 

Modified: base/trunk/mpulsweb/public/styles/screen.css
===================================================================
--- base/trunk/mpulsweb/public/styles/screen.css	2011-04-06 10:47:33 UTC (rev 4869)
+++ base/trunk/mpulsweb/public/styles/screen.css	2011-04-06 10:57:13 UTC (rev 4870)
@@ -140,7 +140,7 @@
 div#header img { 
 	margin-top: 0.2em;
 	max-height: 75px;
-	max-width: 207px;
+	max-width: 225px;
 }
 
 div#rightheader {



More information about the Mpuls-commits mailing list