Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2018
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. .td_block_9 .td_module_8 .entry-title a:before {
  2. content: '';
  3. width: 5px;
  4. height: 5px;
  5. background-color: #fff;
  6. position: absolute;
  7. left: 5px;
  8. top: 25px;
  9. }
  10. .td_block_9 .td_module_8 {
  11. padding: 15px 5px 15px 15px!important;
  12. border-bottom: none;
  13. margin-bottom: 0;
  14.  
  15. }
  16. .td_block_9 .td-block-span12:nth-child(odd) {
  17. background-color: grey;
  18. }
  19. .td_block_9 .td-block-span12:nth-child(even) {
  20. background-color: sienna;
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement