Fixed the ai1ec frontpage styles: had wrong ID reference
authorLaury GvR <laury@gaslightmedia.com>
Fri, 23 Oct 2015 17:34:12 +0000 (13:34 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Fri, 23 Oct 2015 17:34:12 +0000 (13:34 -0400)
css/app.css
scss/plugins/_ai1ec.scss

index 25b2b66..423e344 100644 (file)
@@ -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 */
index a591618..cc59aa9 100644 (file)
@@ -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