Structure fixes and additions #1

Merged
plazmonii merged 11 commits from structure-fixes-and-additions into master 2014-10-05 20:21:53 +03:00
12 changed files with 233 additions and 232 deletions
Showing only changes of commit 78c78cfc3e - Show all commits

View File

@ -530,3 +530,4 @@ footer .content li { list-style: none; }
display: inline-block;
margin: 0 0 2em 0;
}

View File

@ -1,6 +1,6 @@
<div class="clear"></div>
<div class="clear"></div>
<footer>
<footer>
<div class="content grid">
<div class="col4">
<h3>OpenFest</h3>
@ -27,10 +27,10 @@
</p>
</div>
</div>
<div id="copyright">
<?php echo sprintf( __( '%1$s %2$s %3$s. Some Rights Reserved.', 'initfest' ), '&copy;', date( 'Y' ), esc_html( get_bloginfo( 'name' ) ) ); ?>
</div>
<div id="copyright">
<?php echo sprintf( __( '%1$s %2$s %3$s. Some Rights Reserved.', 'initfest' ), '&copy;', date( 'Y' ), esc_html( get_bloginfo( 'name' ) ) ); ?>
</div>
</footer>
<?php wp_footer(); ?>
</body>
<?php wp_footer(); ?>
</body>
</html>