From: Laury GvR Date: Fri, 23 Oct 2015 17:34:12 +0000 (-0400) Subject: Fixed the ai1ec frontpage styles: had wrong ID reference X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=4ca2864c2364c01633070433e9431cb176d8bdb8;p=WP-Themes%2Fglmthemes%2Fbpla-theme.git Fixed the ai1ec frontpage styles: had wrong ID reference --- diff --git a/css/app.css b/css/app.css index 25b2b66..423e344 100644 --- a/css/app.css +++ b/css/app.css @@ -7061,10 +7061,10 @@ main { -moz-box-shadow: inset 0 0 10px #000000; -ms-box-shadow: inset 0 0 10px #000000; } -#front-page .ai1ec-calendar-title-short { +#page-front .ai1ec-calendar-title-short { display: initial; } -#front-page .ai1ec-calendar-title { +#page-front .ai1ec-calendar-title { display: none; } /* NextGen Gallery */ diff --git a/scss/plugins/_ai1ec.scss b/scss/plugins/_ai1ec.scss index a591618..cc59aa9 100644 --- a/scss/plugins/_ai1ec.scss +++ b/scss/plugins/_ai1ec.scss @@ -1,6 +1,6 @@ -#front-page .ai1ec-calendar-title-short { +#page-front .ai1ec-calendar-title-short { display: initial; } -#front-page .ai1ec-calendar-title { +#page-front .ai1ec-calendar-title { display: none; } \ No newline at end of file