Advertisement
mspotilas

Author box css

Jun 5th, 2012
1,962
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.32 KB | None | 0 0
  1. <style type='text/css'>
  2. .post-author-block {
  3.   display: none;
  4.   margin: 20px 0 0;
  5.   padding: 5px 10px;
  6.   background-color: #f0f0f0;
  7.   border: 1px solid #e0e0e0;
  8.   line-height: 1.6;
  9.   font-size: 90%;
  10. }
  11. .authorinfoname { font-weight: bold; }
  12. .authorinfoimage { float: left; margin-right: 8px; width:48px;}
  13. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement