mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-15 04:24:41 +01:00
fixed a few issues regarding the body background-image; is now owned by felamimail/templates/default/images
This commit is contained in:
parent
fd4cc1f953
commit
3ade470dd0
@ -225,6 +225,11 @@ A.header_row_FAS, A.header_row_FS
|
||||
font-family : Arial;
|
||||
}
|
||||
|
||||
body
|
||||
{
|
||||
background-image:url(images/body-background.png);;
|
||||
}
|
||||
|
||||
.body
|
||||
{
|
||||
FONT-SIZE: 12px;
|
||||
|
BIN
felamimail/templates/default/images/body-background.png
Normal file
BIN
felamimail/templates/default/images/body-background.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 229 B |
@ -269,6 +269,11 @@ A.header_row_FAS, A.header_row_FS
|
||||
font-family : Arial;
|
||||
}
|
||||
|
||||
body
|
||||
{
|
||||
background-image:url(../default/images/body-background.png);;
|
||||
}
|
||||
|
||||
.body
|
||||
{
|
||||
FONT-SIZE: 12px;
|
||||
|
Loading…
Reference in New Issue
Block a user