[change] reuse existing class for article_toolbar

This commit is contained in:
Nicolas Lœuillet 2013-11-14 11:14:15 +01:00
parent 760d44d194
commit d7aec74403
1 changed files with 2 additions and 5 deletions

View File

@ -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) ")";