Commit 43cd371c38fe6d81d46a91491e26b869c513e6e5
1 parent
a4a063fd
Exists in
master
and in
79 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 | 2 | {% load static from staticfiles %} |
3 | 3 | |
4 | 4 | <header> |
5 | +<div class="colab-style"> | |
5 | 6 | <div id="barra-brasil"> |
6 | 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 | 8 | </div> |
... | ... | @@ -146,6 +147,7 @@ |
146 | 147 | </ul> |
147 | 148 | </div> |
148 | 149 | </div> |
150 | +</div> | |
149 | 151 | </header> |
150 | 152 | |
151 | 153 | {% block main_content %} | ... | ... |