From: rsiddharth Date: Wed, 8 Aug 2018 22:19:14 +0000 (+0000) Subject: 2019: #lp16-date-place -> .lp-date-place. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=ae01316594ed75f5b016404ffa64e20eba81d884;p=libreplanet-static.git 2019: #lp16-date-place -> .lp-date-place. --- diff --git a/2019/includes/banner.html b/2019/includes/banner.html index 5d97363a..d0a3a71c 100755 --- a/2019/includes/banner.html +++ b/2019/includes/banner.html @@ -12,7 +12,7 @@ alt="[ LibrePlanet 2019 ]" /> -
+
diff --git a/2019/includes/common_js.html b/2019/includes/common_js.html index bcd576d6..73ccabaf 100755 --- a/2019/includes/common_js.html +++ b/2019/includes/common_js.html @@ -13,10 +13,10 @@ function logoTextStack() { screenSize = $(window).width(); if(screenSize <= 551) { $(".lp-logo").removeClass("col-xs-5"); - $("#lp16-date-place").removeClass("col-xs-2"); + $(".lp-date-place").removeClass("col-xs-2"); }else if(!$(".lp-logo").hasClass("col-xs-5")) { $(".lp-logo").addClass("col-xs-5"); - $("#lp16-date-place").addClass("col-xs-2"); + $(".lp-date-place").addClass("col-xs-2"); } }