Don't modify font size in UL/OL/P tags when printing see BT#16171

pull/3035/head^2
Julio Montoya 6 years ago
parent dcef77ddae
commit 48df7b5535
  1. 2
      app/Resources/public/css/themes/chamilo/print.css

@ -534,7 +534,7 @@ dl.upload_option {
height: 0; height: 0;
} }
p, blockquote, ol, ul { p, blockquote, ol, ul {
font-size: 12px; /*font-size: 12px;*/
} }
h1 { h1 {
font-size: 21px; font-size: 21px;

Loading…
Cancel
Save