1
0
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:
Nicolas Lœuillet 2014-01-03 10:33:01 +01:00
parent cb4fba5a33
commit 4d058d4824

View File

@ -33,6 +33,10 @@ article {
border: none !important;
}
pre code {
line-height: 1.6em;
}
/* Add URL after links */
.vieworiginal a:after {
content: " (" attr(href) ")";