projects
/
WP-Themes
/
staffords.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f33d1e
)
forgot to add bay-view template logo margin
author
Anthony Talarico
<talarico@gaslightmedia.com>
Tue, 8 Dec 2015 16:05:44 +0000
(11:05 -0500)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Tue, 8 Dec 2015 16:05:44 +0000
(11:05 -0500)
parts/top-bar_bay-view.php
patch
|
blob
|
history
diff --git
a/parts/top-bar_bay-view.php
b/parts/top-bar_bay-view.php
index
13e8e32
..
7263eb8
100644
(file)
--- a/
parts/top-bar_bay-view.php
+++ b/
parts/top-bar_bay-view.php
@@
-8,7
+8,7
@@
<div class="small-11 small-centered text-center columns">
<?php if($bayPage):?>
- <a href="<?php echo get_page_link($bayPage->ID);?>"><img src="<?php bloginfo('template_url'); ?>/assets/staffords-bay-view-inn.jpg"></a>
+ <a href="<?php echo get_page_link($bayPage->ID);?>"><img
class="headerLogo"
src="<?php bloginfo('template_url'); ?>/assets/staffords-bay-view-inn.jpg"></a>
<?php endif;?>
</div>
</div>