overriding display inline block for event title in agenda view
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 23 May 2018 18:07:02 +0000 (14:07 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 23 May 2018 18:07:02 +0000 (14:07 -0400)
css/app.css
parts/header-meta.php
scss/plugins/_glm-member-events.scss
style.css

index 1623e7d..296e372 100644 (file)
@@ -7221,7 +7221,7 @@ body .agenda-date {
   .large-title {
     display: none; }
   .agenda-event-name {
-    display: block;
+    display: block !important;
     text-align: center;
     line-height: 1.1; } }
 
index 8c20476..a491d78 100644 (file)
@@ -4,7 +4,7 @@
     <title><?php wp_title(); ?></title>
     <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/animate.min.css">
     <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css">
-    <link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri() ; ?>/assets/favicon.ico?v=1.0.10">
+    <link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri() ; ?>/assets/favicon.ico?v=1.0.11">
     <link href='https://fonts.googleapis.com/css?family=Montserrat:400,400italic,700' rel='stylesheet' type='text/css'>
     <link rel="stylesheet" href="https://use.typekit.net/vqf0bqy.css">
     <!-- Facebook Pixel Code -->
index df0ca65..91c8836 100644 (file)
@@ -341,7 +341,7 @@ body{
         display: none;
     }
     .agenda-event-name{
-        display: block;
+        display: block !important;
         text-align: center;
         line-height: 1.1
     }
index ce7879e..697ce56 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: Discover Kalamazoo 2018
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for Discover Kalamazoo
-Version: 1.0.10
+Version: 1.0.11
 */