Project

General

Profile

Bug #21107 » rfc12018.diff

Administrator Admin, 2009-09-20 21:37

View differences:

typo3/stylesheet.css (working copy)
}
.message-notice {
background-image: url(gfx/notice.png);
background-color: #fff;
border-color: #dee0e1;
}
typo3/sysext/install/mod/install.css (working copy)
/* $Id: $ */
body, p, td, a, span, input, .bodytext {
font-family: verdana, arial, helvetica, sans-serif;
font-size: 1em;
......
border: 1px solid;
}
.message-notice {
background-image: url("../../../gfx/notice.png");
background-color: #fff;
border-color: #dee0e1;
}
(2-2/2)