Merge Request #76

Merged
softwarepublico/colab!76
Created by Carlos Coêlho

Layout fix

It fixes the problem with margin-top when under Noosfero/Gitlab.

Assignee: None
Milestone: None

Merged by Sergio Oliveira

Commits (1)
1 participants
colab/static/css/screen.css
@@ -7,6 +7,10 @@ body { @@ -7,6 +7,10 @@ body {
7 bottom: 0; 7 bottom: 0;
8 } 8 }
9 9
  10 +#main-content {
  11 + margin-top: 0;
  12 +}
  13 +
10 li hr { 14 li hr {
11 margin: 10px 0; 15 margin: 10px 0;
12 } 16 }