mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
* Mail: Fix mail print version has very small font size
This commit is contained in:
parent
6172992b9c
commit
bace5cc1fc
@ -784,6 +784,9 @@ blockquote blockquote blockquote blockquote blockquote blockquote{
|
|||||||
color: black;
|
color: black;
|
||||||
background-color: #FFFFFF;
|
background-color: #FFFFFF;
|
||||||
}
|
}
|
||||||
|
.tmpPrintDiv .td_display span[style] {
|
||||||
|
font-size: 110% !important;
|
||||||
|
}
|
||||||
pre {
|
pre {
|
||||||
width:99% !important;
|
width:99% !important;
|
||||||
}
|
}
|
||||||
|
@ -786,6 +786,9 @@ blockquote blockquote blockquote blockquote blockquote blockquote {
|
|||||||
color: black;
|
color: black;
|
||||||
background-color: #FFFFFF;
|
background-color: #FFFFFF;
|
||||||
}
|
}
|
||||||
|
.tmpPrintDiv .td_display span[style] {
|
||||||
|
font-size: 110% !important;
|
||||||
|
}
|
||||||
pre {
|
pre {
|
||||||
width: 99% !important;
|
width: 99% !important;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user