Advertisement
Guest User

CSS for event Description.

a guest
Oct 1st, 2013
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.27 KB | None | 0 0
  1. .eventDescription:after
  2.         {
  3.             content:"...";
  4.             height: 45px;
  5.             margin-left: 65px;
  6.             font-size: 15px;           
  7.             line-height: 1.5em;
  8.             overflow: hidden;
  9.             text-align: justify;
  10.             line-height: 15px;
  11.             padding-top: 10px;
  12.             width: 220px;            
  13.         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement