projects
/
WP-Themes
/
ChippewaCounty.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75e2f78
)
Footer width issue fixed.
author
Laury GvR
<laury@gaslightmedia.com>
Tue, 20 Jan 2015 19:18:23 +0000
(14:18 -0500)
committer
Laury GvR
<laury@gaslightmedia.com>
Tue, 20 Jan 2015 19:18:23 +0000
(14:18 -0500)
footer.php
patch
|
blob
|
history
home.php
patch
|
blob
|
history
diff --git
a/footer.php
b/footer.php
index
9cb138c
..
8d182af
100755
(executable)
--- a/
footer.php
+++ b/
footer.php
@@
-1,4
+1,4
@@
- <footer
class="columns"
>
+ <footer>
<div class="row">
<div class="small-12 columns">
<h1>Development Partners</h1>
diff --git
a/home.php
b/home.php
index
5159441
..
9c26e73
100644
(file)
--- a/
home.php
+++ b/
home.php
@@
-68,4
+68,5
@@
?>
</ul>
</div>
+</div>
<?php get_footer(); ?>