corrections styles print

modifications rendues plus faciles pour l’utilisateur
This commit is contained in:
Raphael Goetter 2015-08-06 15:49:25 +02:00
parent e66ed5801d
commit 12d6f6a410
2 changed files with 14 additions and 18 deletions

View File

@ -8,12 +8,10 @@
}
body {
width: auto !important;
margin: auto !important;
width: auto;
margin: auto;
font-family: serif;
font-size: 12pt;
background-color: #fff !important;
color: #333 !important;
}
p,
@ -33,8 +31,8 @@
blockquote,
ul,
ol {
color: #000 !important;
margin: auto !important;
color: #000;
margin: auto;
}
.@{kna-namespace}print {
@ -79,14 +77,14 @@
}
a {
color: #000 !important;
text-decoration: underline !important;
color: #000;
}
/* displaying URLs */
/* displaying URLs
a[href]::after {
content: " (" attr(href) ")";
}
*/
a[href^="javascript:"]::after,
a[href^="#"]::after {

View File

@ -7,12 +7,10 @@
}
body {
width: auto !important;
margin: auto !important;
width: auto;
margin: auto;
font-family: serif;
font-size: 12pt;
background-color: #fff !important;
color: #333 !important;
}
p,
@ -32,8 +30,8 @@
blockquote,
ul,
ol {
color: #000 !important;
margin: auto !important;
color: #000;
margin: auto;
}
.#{$kna-namespace}print {
@ -78,14 +76,14 @@
}
a {
color: #000 !important;
text-decoration: underline !important;
color: #000;
}
/* displaying URLs */
/* displaying URLs
a[href]::after {
content: " (" attr(href) ")";
}
*/
a[href^="javascript:"]::after,
a[href^="#"]::after {