mirror of
https://github.com/wallabag/wallabag.git
synced 2025-02-20 20:46:17 +00:00
[change] reuse existing class for article_toolbar
This commit is contained in:
parent
760d44d194
commit
d7aec74403
1 changed files with 2 additions and 5 deletions
|
@ -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) ")";
|
||||
|
|
Loading…
Reference in a new issue