remove LP 17 banner from gmg pages
[mediagoblin-libreplanet.git] / mediagoblin_libreplanet / templates / libreplanet / banner.html
index 0c4ba08a7d877b448fce689adb697584dbe96e5e..9a777630c9810a0e08ac67f43a0ac9c472651c0c 100644 (file)
@@ -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; }
 <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>
+#}