Add style for author name/bio/avatar

This commit is contained in:
Keichi Takahashi 2015-02-23 22:10:27 +09:00
parent 630c7803a3
commit d3bc7876fe
1 changed files with 20 additions and 0 deletions

View File

@ -165,6 +165,26 @@ a.btn-back {
text-align: center;
}
.author-info {
padding: 25px 0;
border-top: 1px solid rgba(0, 0, 0, 0.2);
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.author-name {
margin: 0 0 5px 0;
font-size: 30px;
}
.author-bio {
color: rgba(0, 0, 0, 0.5);
}
.author-avatar img {
width: 100px;
height: 100px;
border-radius: 50px;
}
/* Override some of Bootstrap's styles */
pre {