Skip to content

Instantly share code, notes, and snippets.

@ThomasKujawa
Created November 18, 2014 18:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ThomasKujawa/78348012859a96322f15 to your computer and use it in GitHub Desktop.
Save ThomasKujawa/78348012859a96322f15 to your computer and use it in GitHub Desktop.
Wordpress | Toolbox | Autorenbox | css
/* Author Info Box */
.author-info {
position: relative;
background: #f2f2f2;
border: 1px solid #ddd;
padding: 10px;
margin: 20px 0px;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}
.author-info img.avatar {
float: left;
padding: 3px;
border: 1px solid #ccc;
position: relative;
}
.author-info .author-description {
padding-left: 80px;
}
.author-info h3 {
margin: 0px 0px 5px 0px;
font-size: 14px;
}
.author-info p {
margin: 0px;
font-size: 12px;
line-height: 1.4em;
color: #555;
}
.authorsites p {
float: left;
margin-top: 5px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment