Trying to position at the bottom. We need a better flexbox impl

This commit is contained in:
Nathan Sobo
2012-04-17 13:41:31 -06:00
parent 012237678e
commit 77ba75a4c6
5 changed files with 32 additions and 6 deletions

View File

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