mirror of
https://github.com/moparisthebest/wallabag
synced 2024-11-23 17:42:15 -05:00
[change] reuse existing class for article_toolbar
This commit is contained in:
parent
760d44d194
commit
d7aec74403
@ -24,7 +24,8 @@ body > footer,
|
|||||||
div.tools,
|
div.tools,
|
||||||
header div,
|
header div,
|
||||||
.messages,
|
.messages,
|
||||||
.entrie + .results {
|
.entrie + .results,
|
||||||
|
#article_toolbar {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -32,10 +33,6 @@ article {
|
|||||||
border: none !important;
|
border: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#article_toolbar {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* 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