Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
minor adjustments to comment styles
Browse files Browse the repository at this point in the history
  • Loading branch information
christianwach committed Nov 8, 2012
1 parent fbda71d commit ad41cdf
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
3 changes: 2 additions & 1 deletion themes/commentpress-theme/assets/css/comment-form.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ p,
ul,
ol
{
font-size: 14px;
margin: 0;
padding: 7px 0 11px 0;
padding: 7px 0 7px 0;
}

ul li
Expand Down
2 changes: 1 addition & 1 deletion themes/commentpress-theme/assets/css/layout.css

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions themes/commentpress-theme/assets/css/layout.dev.css
Original file line number Diff line number Diff line change
Expand Up @@ -1531,8 +1531,6 @@ body.cp_sidebar_activity #activity_sidebar

#activity_sidebar .comments_container .comment-content
{
font-size: 90%;
line-height: 1.3;
}


Expand Down
2 changes: 1 addition & 1 deletion themes/commentpress-theme/assets/css/typography.css

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion themes/commentpress-theme/assets/css/typography.dev.css
Original file line number Diff line number Diff line change
Expand Up @@ -930,7 +930,7 @@ Comment content styles

div#sidebar .comments_container .comment-content
{
font-size: 90%;
font-size: 95%;
}

div#sidebar .comments_container .comment-content h1,
Expand All @@ -952,6 +952,7 @@ div#sidebar .comments_container .comment-content h6
background: transparent;
padding: 0 0 8px 0;
margin: 0;
line-height: 1.3;
}

div#sidebar .comments_container .comment-content h1
Expand Down
2 changes: 1 addition & 1 deletion themes/commentpress-theme/assets/templates/user_links.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
if ( is_multisite() ) {

// can users register?
if ( get_option('users_can_register') ) {
if ( get_option( 'users_can_register' ) ) {

// this works for get_site_option( 'registration' ) == 'none' and 'user'
?><li><?php wp_register(' ' , ' '); ?></li>
Expand Down

0 comments on commit ad41cdf

Please sign in to comment.