Menu and other's orders sidebars on udpate order page

This commit is contained in:
Ben Ramey
2014-05-16 21:14:00 -05:00
parent 21cfc0d221
commit 42ef462a0c
7 changed files with 57 additions and 23 deletions

View File

@@ -5,6 +5,7 @@
@import "run.less";
@import "nav.less";
@import "header-footer.less";
@import "update-order.less";
body {
color: #fff;

View File

@@ -0,0 +1,6 @@
.others-orders {
.list-group-item {
border-width: 0 0 1px 0;
background-color: transparent;
}
}