Advertisement
leandroprz

Untitled

Feb 24th, 2017
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. /* Jetpack Markdown*/
  2.  
  3. .entry-content table {
  4. border-collapse: collapse;
  5. border-spacing: 0;
  6. border-color: #eaeaea;
  7. margin-bottom: 15px;
  8. }
  9.  
  10. .entry-content table th {
  11. font-size: 13px;
  12. text-align: center;
  13. font-weight: bold;
  14. padding: 10px 15px;
  15. border-style: solid;
  16. border-width: 1px;
  17. overflow: hidden;
  18. word-break: normal;
  19. border-color: #eaeaea;
  20. color: #666666;
  21. background-color: #f7f7f7;
  22. }
  23.  
  24. .entry-content table td {
  25. font-size: 13px;
  26. font-weight: normal;
  27. text-align: center;
  28. padding: 10px 15px;
  29. border-style: solid;
  30. border-width: 1px;
  31. overflow: hidden;
  32. word-break: normal;
  33. border-color: #eaeaea;
  34. color: #666666;
  35. background-color: #ffffff;
  36. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement