Commit 584bf32453c3c8a4fd1be975f8512a2064221123

Authored by Tomáz Martins
1 parent 9cab23b8

Remove article-actions-block

Signed-off-by: TomazMartins <tomaz.r.martins@gmail.com>
Signed-off-by: Pedro de Lyra <pedrodelyra@gmail.com>
Showing 1 changed file with 4 additions and 0 deletions   Show diff stats
css/article-page.css
... ... @@ -114,6 +114,10 @@
114 114 border-top: 3px solid #172938;
115 115 }
116 116  
  117 +#content .main-block .article-body #article-actions {
  118 + display: none;
  119 +}
  120 +
117 121 /*** Categories ***/
118 122  
119 123 #content .main-block #article-cat{
... ...