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;
|
||||
}
|
||||
|
||||
pre code {
|
||||
line-height: 1.6em;
|
||||
}
|
||||
|
||||
/* Add URL after links */
|
||||
.vieworiginal a:after {
|
||||
content: " (" attr(href) ")";
|
||||
|
||||
Reference in New Issue
Block a user