Skip to content

Commit

Permalink
Merge pull request Perl-Evozon#53 from MihaelaMarinca/master
Browse files Browse the repository at this point in the history
BLOGSPERL-151 small ui changes on the author-description for the author profile
  • Loading branch information
drforr committed Feb 22, 2016
2 parents a474797 + 62d155e commit 661172a
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions public/blog/css/author.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,27 @@
.author-name a{
font-size: 18px;
}
.author-info .author-name a{
text-transform: uppercase;
font-weight: bold;
}
.author-info button{
padding: 10px 15px;
letter-spacing: 1px;
font-size: 15px;
font-weight: bold;
}
/*/author profile top: description*/
.author-description .profile-description p {
color: #fff;
font-size: 18px;
padding-bottom: 20px;
padding-top: 10px;
}
.author-description .rss-part a button{
background-color: #9d1e15;
border: 1px solid transparent;
}
/*/author profile top: description*/

/*tabs for author*/
.author-page .background-bar{
Expand Down Expand Up @@ -62,9 +76,6 @@
}

/*author-tab2*/
.text-listing-entries .user a{
font-size: 20px;
}
.text-listing-entries .date{
font-size: 18px;
color: #8a8a8d;
Expand Down Expand Up @@ -110,6 +121,7 @@
padding-bottom: 25px;
}




footer{
Expand Down

0 comments on commit 661172a

Please sign in to comment.