Commit 43f44ed19fef12707bb6880e037b523b3498c268

Authored by Carlos Coêlho
1 parent 6533660a
Exists in master

Main content padding bottom

Signed-off-by: Carlos Oliveira <carlospecter@gmail.com>
Signed-off-by: Peter Lima <peterlima@gmail.com>
Showing 1 changed file with 1 additions and 2 deletions   Show diff stats
src/colab_spb_theme/static/css/screen.css
@@ -514,7 +514,6 @@ span.highlighted { @@ -514,7 +514,6 @@ span.highlighted {
514 514
515 #main-content { 515 #main-content {
516 width: 960px; 516 width: 960px;
517 - padding-left: 0px;  
518 - padding-right: 0px; 517 + padding: 40px 0 60px 0;
519 color: #172738; 518 color: #172738;
520 } 519 }