Skip to content

Commit cf02263

Browse files
committed
fixes for profile
1 parent 44ef162 commit cf02263

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

author.php

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,11 @@
1010
?>
1111
<div class="jumbotron">
1212
<div class="container">
13-
<header class="well profile">
13+
<header class="profile">
1414
<div class="col-sm-12">
1515
<div class="col-xs-12 col-sm-8">
1616
<h2><?php the_author_meta('display_name'); ?></h2>
1717
<p><strong>Website: </strong> <?php the_author_link();?> </p>
18-
1918
</div>
2019
<div class="col-xs-12 col-sm-4 text-center">
2120
<figure>
@@ -26,16 +25,14 @@
2625
</figure>
2726
</div>
2827
</div>
29-
<div class="col-xs-12 divider text-center">
30-
28+
<div class="col-xs-12 divider text-center">
3129
<?php
3230
$description = get_the_author_meta('description');
3331
if (! empty($description)) {
3432
echo '<p>' . $description . '</p>';
3533
}
3634
?>
37-
</div>
38-
35+
</div>
3936
</header>
4037
</div>
4138
</div>

style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Use it to make something cool, have fun, and share what you've learned with othe
2525
}
2626

2727
.divider {
28-
border-top: 1px solid rgba(0, 0, 0, 0.1);
28+
2929
}
3030

3131
.emphasis {

0 commit comments

Comments
 (0)