Commit 52b581873cb6192cf5f71f32f0942278ef7b398e

Authored by Daniela Feitosa
Committed by Antonio Terceiro
1 parent 34aa8f6f

Adding margin-top to back to folder button

(ActionItem1522)
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
public/stylesheets/application.css
@@ -2715,7 +2715,7 @@ div.event-info div.event-description { @@ -2715,7 +2715,7 @@ div.event-info div.event-description {
2715 } 2715 }
2716 2716
2717 div#article-parent { 2717 div#article-parent {
2718 - margin-bottom: 5px; 2718 + margin: 5px 0px;
2719 text-align: right; 2719 text-align: right;
2720 font-style: italic; 2720 font-style: italic;
2721 } 2721 }