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;
|
display: inline-block;
|
||||||
margin: 0 0 2em 0;
|
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="content grid">
|
||||||
<div class="col4">
|
<div class="col4">
|
||||||
<h3>OpenFest</h3>
|
<h3>OpenFest</h3>
|
||||||
|
@ -27,10 +27,10 @@
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="copyright">
|
<div id="copyright">
|
||||||
<?php echo sprintf( __( '%1$s %2$s %3$s. Some Rights Reserved.', 'initfest' ), '©', date( 'Y' ), esc_html( get_bloginfo( 'name' ) ) ); ?>
|
<?php echo sprintf( __( '%1$s %2$s %3$s. Some Rights Reserved.', 'initfest' ), '©', date( 'Y' ), esc_html( get_bloginfo( 'name' ) ) ); ?>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
<?php wp_footer(); ?>
|
<?php wp_footer(); ?>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue