Bug #21107 » rfc12018.diff
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;
|
||
}
|
- « Previous
- 1
- 2
- Next »