Skip to content

Commit

Permalink
Fixes style for front page social learning section
Browse files Browse the repository at this point in the history
  • Loading branch information
renintw committed Jul 18, 2022
1 parent 7a63930 commit b77d216
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
}

.discussion-event-link {
display: block;
all: inherit;
}

.wp-block-button__link,
Expand Down
2 changes: 0 additions & 2 deletions wp-content/themes/pub/wporg-learn-2020/css/print.css
Original file line number Diff line number Diff line change
Expand Up @@ -157,5 +157,3 @@ p a {
.single-wporg_workshop .workshop-page_content {
margin-bottom: 32px;
}

/*# sourceMappingURL=print.css.map */
2 changes: 1 addition & 1 deletion wp-content/themes/pub/wporg-learn-2020/css/style-rtl.css

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions wp-content/themes/pub/wporg-learn-2020/css/style.css

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@

<li class="discussion-event">
<div>
<a class="discussion-event-link" href="<?php echo esc_attr( $args['url'] ); ?>">
<h3><?php echo esc_html( $args['title'] ); ?></h3>
</a>
<h3 class="discussion-event-link">
<a href="<?php echo esc_attr( $args['url'] ); ?>"><?php echo esc_html( $args['title'] ); ?></a>
</h3>
<abbr
class="discussion-event-date"
title="<?php echo esc_attr( gmdate( 'c', $timestamp ) ); ?>"
Expand Down

0 comments on commit b77d216

Please sign in to comment.