Fix panes CSS to apply borders to nested rows / columns again

This commit is contained in:
Nathan Sobo 2012-04-12 15:59:55 -06:00
parent d776755348
commit 08b661e3bf

View File

@ -43,10 +43,10 @@ body {
-webkit-box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, .1);
}
.row > .pane + .pane {
.row > * + * {
border-left: 5px solid #515151;
}
.column > .pane + .pane {
.column > * + * {
border-top: 5px solid #515151;
}