diff --git a/_globalfooter.sass b/_globalfooter.sass new file mode 100644 index 0000000..0b0f7bc --- /dev/null +++ b/_globalfooter.sass @@ -0,0 +1,41 @@ +#global-footer + width: 100% + +#footer-content + background: #fff + +#footer-logos + background: #F28F00 + height: 49px + max-width: 100% + padding: 2em 0 + div + margin: 0 auto + max-width: 960px + a + display: block + float: left + height: 49px + span + display: none + .logo-acesso + background: transparent url(images/acesso-a-informacao.png) center center no-repeat + width: 107px + .logo-brasil + background: transparent url(images/brasil.png) center center no-repeat + width: 153px + .logo-sgpr + background: transparent url(images/sgpr.png) center center no-repeat + margin-right: 30px + width: 187px + .institucionais + float: right + +#footer-license + margin: 0 auto + max-width: 960px + text-align: left + padding: 19px + p + color: #F28F00 + text-align: left diff --git a/footer.html.erb b/footer.html.erb deleted file mode 100644 index 7bebe90..0000000 --- a/footer.html.erb +++ /dev/null @@ -1,19 +0,0 @@ -
- - diff --git a/global_footer.html.erb b/global_footer.html.erb new file mode 100644 index 0000000..7bebe90 --- /dev/null +++ b/global_footer.html.erb @@ -0,0 +1,19 @@ + + + -- libgit2 0.21.2