Convert all space tabs into real tabs. Due to WP convention.
This commit is contained in:
parent
89316bcfba
commit
78c78cfc3e
|
@ -530,3 +530,4 @@ footer .content li { list-style: none; }
|
|||
display: inline-block;
|
||||
margin: 0 0 2em 0;
|
||||
}
|
||||
|
||||
|
|
14
footer.php
14
footer.php
|
@ -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' ), '©', date( 'Y' ), esc_html( get_bloginfo( 'name' ) ) ); ?>
|
||||
</div>
|
||||
<div id="copyright">
|
||||
<?php echo sprintf( __( '%1$s %2$s %3$s. Some Rights Reserved.', 'initfest' ), '©', date( 'Y' ), esc_html( get_bloginfo( 'name' ) ) ); ?>
|
||||
</div>
|
||||
</footer>
|
||||
<?php wp_footer(); ?>
|
||||
</body>
|
||||
<?php wp_footer(); ?>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue