Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'szk11001-master'
  • Loading branch information
andrewmbacon committed Aug 7, 2014
2 parents 5652c2c + ce64a14 commit 06f3bd2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
@@ -1,2 +1,4 @@

*.xml

*.xml
9 changes: 9 additions & 0 deletions css/header-image.css
@@ -1,6 +1,15 @@
/* - - - - - - - - - - - - - - - - - - -
== Header Image
- - - - - - - - - - - - - - - - - - - */
#masthead {
-ms-word-break: break-all;
word-break: break-all;
word-break: break-word;
-webkit-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;
}

#masthead.header-image .container {
position: relative;
}
Expand Down
2 changes: 1 addition & 1 deletion footer.php
Expand Up @@ -11,7 +11,7 @@
</div><!-- .container-->
</div><!-- #content -->
<div id="footers">
<?php get_template_part('mega-footer'); ?>
<?php get_template_part('inc/mega','footer'); ?>
<footer id="footer" class="site-footer" role="contentinfo">
<div class="container">
<ul id="uc-footer-links" class="clearfix">
Expand Down

0 comments on commit 06f3bd2

Please sign in to comment.