Advertisement
Guest User

Untitled

a guest
May 27th, 2015
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. table {
  2. table-layout: fixed;
  3. border: solid 1px #cdcdcd;
  4. tr {
  5. &:not(:first-child) td {
  6. border-top: solid 1px #cdcdcd;
  7. }
  8. td {
  9. &:not(:first-child) {
  10. border-left: solid 1px #cdcdcd;
  11. }
  12. }
  13. }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement