Advertisement
Guest User

Untitled

a guest
Dec 14th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.36 KB | None | 0 0
  1. .medicine-calendar td .calendar-content-wrapper {
  2.     margin: 0 2px;
  3. }
  4.  
  5. .medicine-calendar table tr:nth-child(2) td .calendar-content-wrapper {
  6.     margin-top: 2px;
  7. }
  8.  
  9. .medicine-calendar table tr td:last-child .calendar-content-wrapper {
  10.     margin-right: 0;
  11. }
  12.  
  13. .medicine-calendar table tr td:nth-child(2) .calendar-content-wrapper {
  14.     margin-left: 4px;
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement