mirror of
https://github.com/moparisthebest/wallabag
synced 2024-11-27 11:22:17 -05:00
[fix] code display when printing a page was buggy
This commit is contained in:
parent
cb4fba5a33
commit
4d058d4824
@ -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) ")";
|
||||||
|
Loading…
Reference in New Issue
Block a user