forked from wallabag/wallabag
[change] reuse existing class for article_toolbar
This commit is contained in:
@ -24,7 +24,8 @@ body > footer,
|
||||
div.tools,
|
||||
header div,
|
||||
.messages,
|
||||
.entrie + .results {
|
||||
.entrie + .results,
|
||||
#article_toolbar {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
@ -32,10 +33,6 @@ article {
|
||||
border: none !important;
|
||||
}
|
||||
|
||||
#article_toolbar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Add URL after links */
|
||||
.vieworiginal a:after {
|
||||
content: " (" attr(href) ")";
|
||||
|
||||
Reference in New Issue
Block a user