Remove unnecessary CSS
This commit is contained in:
@@ -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>
|
||||
|
||||
28
css/app.css
28
css/app.css
@@ -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; }
|
||||
|
||||
|
||||
|
||||
@@ -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>© <?php echo date('Y'); ?> <?php bloginfo('name'); ?></small></p>
|
||||
<p>© <?php echo date('Y'); ?> <?php bloginfo('name'); ?></p>
|
||||
</footer>
|
||||
<?php roots_footer_after(); ?>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user