Commit 72688151d73af19f9f626759ec4d47e8b21df7d3

Authored by Carlos Coêlho
1 parent 1a89b572

Removed margin top from main-content

Signed-off-by: Carlos Coêlho <carlospecter@gmail.com>
src/colab-spb-theme-plugin/colab_spb_theme/static/css/screen.css
@@ -64,6 +64,8 @@ body { @@ -64,6 +64,8 @@ body {
64 64
65 #main-content { 65 #main-content {
66 margin-top: 0; 66 margin-top: 0;
  67 + padding-bottom: 60px;
  68 + color: #172738;
67 } 69 }
68 70
69 li hr { 71 li hr {
@@ -508,11 +510,6 @@ span.highlighted { @@ -508,11 +510,6 @@ span.highlighted {
508 margin: 0 2px; 510 margin: 0 2px;
509 } 511 }
510 512
511 -#main-content {  
512 - padding: 40px 0 60px 0;  
513 - color: #172738;  
514 -}  
515 -  
516 .colab-content { 513 .colab-content {
517 max-width: 960px; 514 max-width: 960px;
518 min-width: 960px; 515 min-width: 960px;