remove LP 17 banner from gmg pages

master
Andrew Engelbrecht 7 years ago
parent c033a9a452
commit 26b5f13e0d
  1. 10
      mediagoblin_libreplanet/templates/libreplanet/banner.html
  2. 2
      mediagoblin_libreplanet/templates/libreplanet/join.html

@ -16,6 +16,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#}
{# banner
<style>
.logo img { margin-top: 80px; }
.header_left { position: relative; margin-bottom: -64px; }
@ -24,11 +25,18 @@
<div style="position: absolute; margin-left: -30px; top: 0; width: 1000px;">
<iframe src="//static.fsf.org/nosvn/banners/libreplanet/libreplanet-banner.html" width="100%" height="64px" frameborder="0" scrolling="no"></iframe>
</div>
#}
{# style for no banner #}
<style>
.logo img { margin-top: 16px; }
</style>
{# for spacing below the banner
also update the join.html template file when adding/removing/changing
the spacing of this div.
-- sudoman 2017-03-09
#}
<div style="margin-top: 64px;"></div>
#}

@ -29,7 +29,9 @@
</style>
{# for spacing below the banner; see banner.html template. -- sudoman 2017-03-09 #}
{#
<div style="margin-top: 64px;"></div>
#}
<div class="noselect" style="display: inline; margin-right: 40px;">
<div style="display: inline; margin-right: 40px;"><a href="https://my.fsf.org/donate">Donate</a></div>

Loading…
Cancel
Save