forked from extern/egroupware
* Mail: remove left (and right) margin of p and div, which can interact bad with the signature
This commit is contained in:
parent
e495a0e864
commit
c31b99112d
@ -210,6 +210,9 @@ class HtmlArea extends Etemplate\Widget
|
|||||||
font-family: $font_family;
|
font-family: $font_family;
|
||||||
font-size: $font_size;
|
font-size: $font_size;
|
||||||
line-height: 1.4;
|
line-height: 1.4;
|
||||||
|
margin: 1rem 0;
|
||||||
|
}
|
||||||
|
body {
|
||||||
margin: 1rem;
|
margin: 1rem;
|
||||||
}
|
}
|
||||||
table {
|
table {
|
||||||
@ -274,7 +277,7 @@ fieldset {
|
|||||||
border-right: none;
|
border-right: none;
|
||||||
font-family: $font_family;
|
font-family: $font_family;
|
||||||
font-size: $font_size;
|
font-size: $font_size;
|
||||||
margin: .5rem 0 .5rem 0;
|
margin: .5rem 0;
|
||||||
}
|
}
|
||||||
/* EGroupware users preferred font and -size */
|
/* EGroupware users preferred font and -size */
|
||||||
h1:not([style*="font-family"]),h2:not([style*="font-family"]),h3:not([style*="font-family"]),h4:not([style*="font-family"]),h5:not([style*="font-family"]),h6:not([style*="font-family"]),
|
h1:not([style*="font-family"]),h2:not([style*="font-family"]),h3:not([style*="font-family"]),h4:not([style*="font-family"]),h5:not([style*="font-family"]),h6:not([style*="font-family"]),
|
||||||
|
Loading…
Reference in New Issue
Block a user