Advertisement
Guest User

Untitled

a guest
Oct 3rd, 2013
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.26 KB | None | 0 0
  1. .msg_count {
  2.                   display:inline;
  3.     font-size:12px;
  4.     line-height: 20px;
  5.     text-align: center;
  6.     width:20px;
  7.     height:20px;
  8.     margin:-5px 10px 0px 0;
  9.     float:right;
  10.     border-radius:3px;
  11.     border: 1px solid #EAF0F0;
  12.     background:#FFF;
  13.     color:#848484;
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement