Reduce text size for printing
This commit is contained in:
parent
77f2dd475a
commit
99bf8421dc
1 changed files with 9 additions and 6 deletions
|
|
@ -1,3 +1,6 @@
|
|||
body {
|
||||
font-size:7pt
|
||||
}
|
||||
form {
|
||||
display:none;
|
||||
}
|
||||
|
|
@ -15,18 +18,18 @@ div.recherche_form {
|
|||
display:none;
|
||||
}
|
||||
table.result {
|
||||
font-size:9pt;
|
||||
font-size:7pt;
|
||||
font-family:sans-serif;
|
||||
|
||||
}
|
||||
|
||||
table.result th {
|
||||
font-size:9pt;
|
||||
font-size:7pt;
|
||||
font-family:sans-serif;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size:14pt;
|
||||
font-size:12pt;
|
||||
font-weight:bold;
|
||||
font-family:sans-serif;
|
||||
}
|
||||
|
|
@ -83,7 +86,7 @@ div.debit{
|
|||
display:none;
|
||||
}
|
||||
div.recherche{
|
||||
font-size:9pt;
|
||||
font-size:7pt;
|
||||
font-family:sans-serif;
|
||||
}
|
||||
div.redcontent{
|
||||
|
|
@ -92,11 +95,11 @@ div.redcontent{
|
|||
|
||||
}
|
||||
div.u_redcontent{
|
||||
font-size:9pt;
|
||||
font-size:7pt;
|
||||
font-family:sans-serif;
|
||||
}
|
||||
div.ccontent{
|
||||
font-size:9pt;
|
||||
font-size:7pt;
|
||||
font-family:sans-serif;
|
||||
}
|
||||
div.rmenu {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue