Commit 43cd371c38fe6d81d46a91491e26b869c513e6e5
1 parent
a4a063fd
Exists in
master
and in
54 other branches
Insert out div colab-style
Signed-off-by: Alexandre Barbosa <alexandreab@live.com> Signed-off-by: Peter Lima <peterlima@gmail.com> Signed-off-by: Rodrigo Siqueira <rodrigosiqueiramelo@gmail.com>
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
colab_spb_theme/templates/header.html
| @@ -2,6 +2,7 @@ | @@ -2,6 +2,7 @@ | ||
| 2 | {% load static from staticfiles %} | 2 | {% load static from staticfiles %} |
| 3 | 3 | ||
| 4 | <header> | 4 | <header> |
| 5 | +<div class="colab-style"> | ||
| 5 | <div id="barra-brasil"> | 6 | <div id="barra-brasil"> |
| 6 | <a href="http://brasil.gov.br" style="background:#7F7F7F; height: 20px; padding:4px 0 4px 10px; display: block; font-family:sans,sans-serif; text-decoration:none; color:white; ">Software Público Brasileiro</a> | 7 | <a href="http://brasil.gov.br" style="background:#7F7F7F; height: 20px; padding:4px 0 4px 10px; display: block; font-family:sans,sans-serif; text-decoration:none; color:white; ">Software Público Brasileiro</a> |
| 7 | </div> | 8 | </div> |
| @@ -146,6 +147,7 @@ | @@ -146,6 +147,7 @@ | ||
| 146 | </ul> | 147 | </ul> |
| 147 | </div> | 148 | </div> |
| 148 | </div> | 149 | </div> |
| 150 | +</div> | ||
| 149 | </header> | 151 | </header> |
| 150 | 152 | ||
| 151 | {% block main_content %} | 153 | {% block main_content %} |