Commit 48473f68431e127fe9515ecbad7cfa5f4646e393

Authored by Carlos Coêlho
1 parent 207c9104

Removed padding-top from header content

Since there's no quick access anymore, there's no reason to increase padding at top

Signed-off-by: Carlos Coêlho <carlospecter@gmail.com>
src/colab-spb-theme-plugin/colab_spb_theme/static/css/header.css
@@ -428,7 +428,8 @@ header #sisp-header-quick-access a { @@ -428,7 +428,8 @@ header #sisp-header-quick-access a {
428 font-weight: bold; 428 font-weight: bold;
429 } 429 }
430 430
  431 +/*
431 header #spb-header-content, 432 header #spb-header-content,
432 header #sisp-header-content { 433 header #sisp-header-content {
433 padding-top: 13px; 434 padding-top: 13px;
434 -} 435 +} */