From: <var...@us...> - 2022-01-05 15:50:23
|
Revision: 10821 http://sourceforge.net/p/phpwiki/code/10821 Author: vargenau Date: 2022-01-05 15:50:22 +0000 (Wed, 05 Jan 2022) Log Message: ----------- blog theme: adjust banner size Modified Paths: -------------- trunk/themes/blog/Kubrick.css Modified: trunk/themes/blog/Kubrick.css =================================================================== --- trunk/themes/blog/Kubrick.css 2022-01-05 12:31:05 UTC (rev 10820) +++ trunk/themes/blog/Kubrick.css 2022-01-05 15:50:22 UTC (rev 10821) @@ -389,6 +389,10 @@ min-height: 490px; } +.success, .feedback, .warning, .warning_msg, .error, .information { + width: 700px; +} + .narrowcolumn, .wikiblog { width: 550px !important; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |