Remove unnecessary CSS

This commit is contained in:
Ben Word
2012-07-15 01:59:07 -05:00
parent 109c6d1105
commit 9316f2687a
3 changed files with 8 additions and 24 deletions

View File

@@ -90,7 +90,7 @@
<?php } ?>
<label for="comment"><?php _e('Comment', 'roots'); ?></label>
<textarea name="comment" id="comment" class="input-xlarge" tabindex="4"></textarea>
<input name="submit" class="btn btn-primary" type="submit" id="submit" tabindex="5" value="<?php _e('Submit Comment', 'roots'); ?>">
<p><input name="submit" class="btn btn-primary" type="submit" id="submit" tabindex="5" value="<?php _e('Submit Comment', 'roots'); ?>"></p>
<?php comment_id_fields(); ?>
<?php do_action('comment_form', $post->ID); ?>
</form>

View File

@@ -47,19 +47,10 @@ body.admin-bar .navbar-fixed-top { top: 28px; }
========================================================================== */
.hentry header { }
.hentry h2 a { text-decoration: none; }
.hentry time { display: block; }
.hentry time { }
.hentry p.byline { }
.hentry footer { clear: both; }
/* =============================================================================
Post Comments
========================================================================== */
#comments, #respond, #submit { clear: both; display: block; }
ol.commentlist img.avatar { float: left; margin-right: 10px; }
.hentry .entry-content { }
.hentry footer { }
@@ -67,13 +58,7 @@ ol.commentlist img.avatar { float: left; margin-right: 10px; }
Footer
========================================================================== */
#content-info {
margin-top: 45px;
padding: 35px 0 36px;
border-top: 1px solid #e5e5e5;
}
#content-info p small { font-size: 13px; }
#content-info { }
@@ -83,9 +68,8 @@ ol.commentlist img.avatar { float: left; margin-right: 10px; }
========================================================================== */
.aligncenter { display: block; margin: 0 auto; }
.alignleft { margin: 0 20px 20px 0; float: left; }
.alignright { margin: 0 0 20px 20px; float: right; }
.alignleft { float: left; }
.alignright { float: right; }
figure.alignnone { margin-left: 0; margin-right: 0; }

View File

@@ -5,7 +5,7 @@
<footer id="content-info" class="<?php echo WRAP_CLASSES; ?>" role="contentinfo">
<?php roots_footer_inside(); ?>
<?php dynamic_sidebar('sidebar-footer'); ?>
<p class="copy"><small>&copy; <?php echo date('Y'); ?> <?php bloginfo('name'); ?></small></p>
<p>&copy; <?php echo date('Y'); ?> <?php bloginfo('name'); ?></p>
</footer>
<?php roots_footer_after(); ?>