Index: typo3/stylesheet.css =================================================================== --- typo3/stylesheet.css (revision 6021) +++ typo3/stylesheet.css (working copy) @@ -633,6 +633,7 @@ } .message-notice { + background-image: url(gfx/notice.png); background-color: #fff; border-color: #dee0e1; } Index: typo3/sysext/install/mod/install.css =================================================================== --- typo3/sysext/install/mod/install.css (revision 6021) +++ typo3/sysext/install/mod/install.css (working copy) @@ -1,3 +1,5 @@ +/* $Id: $ */ + body, p, td, a, span, input, .bodytext { font-family: verdana, arial, helvetica, sans-serif; font-size: 1em; @@ -130,6 +132,7 @@ border: 1px solid; } .message-notice { + background-image: url("../../../gfx/notice.png"); background-color: #fff; border-color: #dee0e1; } Index: typo3/gfx/notice.png =================================================================== Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream Property changes on: typo3/gfx/notice.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream