Skip to content

Commit

Permalink
Changed H2 to H1 on Admin page
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaydsouza committed Aug 4, 2015
1 parent 6990c14 commit 152b70d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion admin/admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ function crp_adminhead() {
.postbox.closed .handlediv:before {
content: '\f140';
}
.wrap h2:before {
.wrap h1:before {
content: "\f237";
display: inline-block;
-webkit-font-smoothing: antialiased;
Expand Down
2 changes: 1 addition & 1 deletion admin/main-view.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
?>

<div class="wrap">
<h2><?php _e( 'Contextual Related Posts', CRP_LOCAL_NAME ); ?></h2>
<h1><?php _e( 'Contextual Related Posts', CRP_LOCAL_NAME ); ?></h1>

<ul class="subsubsub">
<?php
Expand Down

0 comments on commit 152b70d

Please sign in to comment.