mirror of
https://github.com/moparisthebest/wallabag
synced 2024-10-31 23:45:02 -04:00
20 lines
212 B
CSS
20 lines
212 B
CSS
|
body > header,
|
||
|
body > footer,
|
||
|
a.top_link,
|
||
|
div.tools,
|
||
|
header div
|
||
|
{
|
||
|
display: none !important;
|
||
|
}
|
||
|
|
||
|
article
|
||
|
{
|
||
|
border: none !important;
|
||
|
}
|
||
|
|
||
|
div.vieworiginal a::after
|
||
|
{
|
||
|
margin-left: 5px;
|
||
|
content: "("attr(href)")";
|
||
|
}
|