forked from extern/egroupware
* 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;
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
.tmpPrintDiv .td_display span[style] {
|
||||
font-size: 110% !important;
|
||||
}
|
||||
pre {
|
||||
width:99% !important;
|
||||
}
|
||||
|
@ -786,6 +786,9 @@ blockquote blockquote blockquote blockquote blockquote blockquote {
|
||||
color: black;
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
.tmpPrintDiv .td_display span[style] {
|
||||
font-size: 110% !important;
|
||||
}
|
||||
pre {
|
||||
width: 99% !important;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user