Skip to content

Commit

Permalink
Bumped version and updated expertise styling'
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbarne3 committed Dec 15, 2023
1 parent e91591c commit 39b75d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Theme Name: UCF.edu theme
Author: UCF Web Communications
Github Theme URI: https://github.com/UCF/Main-Site-Theme
Version: v3.18.3
Version: v3.18.4
*/

/*
Expand Down
6 changes: 3 additions & 3 deletions template-parts/expert/at_a_glance.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
<?php if ( $expertise ) : ?>
<dt class="h6 text-uppercase text-muted mb-2">Area(s) of Expertise</dt>
<dd class="h5 mt-2 mb-4">
<ul class="list-unstyled">
<ul class="mb-4">
<?php foreach( $expertise as $exp ) : ?>
<li class="list-inline-item my-1 mr-2">
<a class="badge badge-secondary" href="<?php echo get_expert_filter_url( $exp->name ); ?>">
<li class="list-item my-1 mr-2">
<a href="<?php echo get_expert_filter_url( $exp->name ); ?>">
<?php echo $exp->name; ?>
</a>
</li>
Expand Down

0 comments on commit 39b75d7

Please sign in to comment.