forked from wallabag/wallabag
[fix] code display when printing a page was buggy
This commit is contained in:
@ -33,6 +33,10 @@ article {
|
|||||||
border: none !important;
|
border: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pre code {
|
||||||
|
line-height: 1.6em;
|
||||||
|
}
|
||||||
|
|
||||||
/* Add URL after links */
|
/* Add URL after links */
|
||||||
.vieworiginal a:after {
|
.vieworiginal a:after {
|
||||||
content: " (" attr(href) ")";
|
content: " (" attr(href) ")";
|
||||||
|
|||||||
Reference in New Issue
Block a user