Tweak base table styles

pull/205/head
Thibaut 10 years ago
parent 7de19cf800
commit 6f1ff802f9

@ -149,6 +149,10 @@ td {
+ td { border-left: 1px solid $boxBorderLight; } + td { border-left: 1px solid $boxBorderLight; }
tr:last-child > & { border-bottom: 0; } tr:last-child > & { border-bottom: 0; }
> pre:only-child, > p:only-child, > ul:only-child, > ol:only-child {
margin-top: 0;
margin-bottom: 0;
}
> pre:last-child, > p:last-child, > ul:last-child, > ol:last-child { margin-bottom: 0; } > pre:last-child, > p:last-child, > ul:last-child, > ol:last-child { margin-bottom: 0; }
} }

Loading…
Cancel
Save