projects
/
WP-Themes
/
turkeyville.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26682b3
)
added a class
author
Ian Weller
<ian@gaslightmedia.com>
Mon, 20 Feb 2017 21:33:07 +0000
(16:33 -0500)
committer
Ian Weller
<ian@gaslightmedia.com>
Mon, 20 Feb 2017 21:33:07 +0000
(16:33 -0500)
In making a responsive event feed, I forgot to add a class to the one
that is visible on medium and up. Got that fixed.
sections/front-page.php
patch
|
blob
|
history
diff --git
a/sections/front-page.php
b/sections/front-page.php
index
ad35395
..
b2e7d74
100644
(file)
--- a/
sections/front-page.php
+++ b/
sections/front-page.php
@@
-28,7
+28,7
@@
<div id="event-title" class="left">
<h5>Featured Events</h5>
</div>
- <div class="right show-for-medium-up">
+ <div class="
event-list
right show-for-medium-up">
<a href="#"><h5>View All Event</h5></a>
</div>
</div>