Commit 4e0ad6493fe9ff35a4439685f7fa146aba98a63a

Authored by Sergio Oliveira
1 parent 7cffe881
Exists in spb-release/3.0

Set a default margin for colab

Signed-off-by: Carlos Oliveira <carlospecter@gmail.com>
Signed-off-by: Melissa Wen <melissa.srw@gmail.com>
Signed-off-by: Peter Lima <peterlima@gmail.com>
Signed-off-by: Sergio Oliveira <sergio@tracy.com.br>
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
colab/static/css/screen.css
@@ -63,7 +63,7 @@ body { @@ -63,7 +63,7 @@ body {
63 } 63 }
64 64
65 #main-content { 65 #main-content {
66 - margin-top: 0; 66 + margin-top: 30px;
67 } 67 }
68 68
69 li hr { 69 li hr {