fixed a few issues regarding the body background-image; is now owned by felamimail/templates/default/images

This commit is contained in:
Klaus Leithoff 2010-06-10 14:56:11 +00:00
parent fd4cc1f953
commit 3ade470dd0
3 changed files with 10 additions and 0 deletions

View File

@ -225,6 +225,11 @@ A.header_row_FAS, A.header_row_FS
font-family : Arial; font-family : Arial;
} }
body
{
background-image:url(images/body-background.png);;
}
.body .body
{ {
FONT-SIZE: 12px; FONT-SIZE: 12px;

Binary file not shown.

After

Width:  |  Height:  |  Size: 229 B

View File

@ -269,6 +269,11 @@ A.header_row_FAS, A.header_row_FS
font-family : Arial; font-family : Arial;
} }
body
{
background-image:url(../default/images/body-background.png);;
}
.body .body
{ {
FONT-SIZE: 12px; FONT-SIZE: 12px;