Commit ac8cf049b627168ca9578008b07d4810920d901c
1 parent
d9fb2cc4
Exists in
master
and in
2 other branches
removendo o botão voltar
Showing
1 changed file
with
6 additions
and
1 deletions
Show diff stats
style.css
... | ... | @@ -474,9 +474,14 @@ padding-left: 0px; |
474 | 474 | |
475 | 475 | #article-toolbar {margin-bottom: 20px;} |
476 | 476 | .comment_paragraph { |
477 | - background-color: #ECECEC; | |
477 | + background-color: #eee; | |
478 | 478 | display: table-cell; |
479 | 479 | padding: 10px; |
480 | 480 | width: 97%; |
481 | 481 | } |
482 | 482 | |
483 | +#article-parent .icon-back { | |
484 | + display: none; | |
485 | + visibility: hidden; | |
486 | +} | |
487 | + | ... | ... |