Guest User

Untitled

a guest
Oct 23rd, 2012
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.35 KB | None | 0 0
  1. #new_videos, #new_reviews { padding: 15px 15px 17px; }
  2. ul.highlights { margin: 0 0 0 0; list-style-type: none; padding: 0; }
  3. ul.highlights li a {
  4.     display: block;
  5.     width: 100%;
  6.     padding: 5px 0;
  7.     overflow: hidden;
  8.     white-space: nowrap;
  9.     text-overflow: ellipsis;
  10. }
  11. ul.highlights li:nth-child(even) a { background: #f5f5f5; }
Advertisement
Add Comment
Please, Sign In to add comment