Updating the noggin room logo
authorSteve Sutton <steve@gaslightmedia.com>
Tue, 9 May 2017 18:48:59 +0000 (14:48 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Tue, 9 May 2017 18:49:25 +0000 (14:49 -0400)
For the png version

assets/staffords-noggin-room.png [new file with mode: 0644]
parts/top-bar_drawbridge.php
style.css

diff --git a/assets/staffords-noggin-room.png b/assets/staffords-noggin-room.png
new file mode 100644 (file)
index 0000000..003b274
Binary files /dev/null and b/assets/staffords-noggin-room.png differ
index 77ebb06..0339d5d 100644 (file)
@@ -1,7 +1,7 @@
 <div class="row show-for-large-up">
     <?php $bridgePage = get_post(192);?>
     <?php if($bridgePage):?>
-        <a class="top-logo" href="<?php echo get_page_link($bridgePage->ID);?>"><img src="<?php bloginfo('template_url'); ?>/assets/staffords-noggin-room.jpg"></a>
+        <a class="top-logo" href="<?php echo get_page_link($bridgePage->ID);?>"><img src="<?php bloginfo('template_url'); ?>/assets/staffords-noggin-room.png"></a>
     <?php endif;?>
 </div>
 <div class="row show-for-small-down">
index c675e0a..ae7fdb1 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: Staffords
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for Staffords
-Version: 1.0.37
+Version: 1.0.38
 */