panes decide how big they should be.

This commit is contained in:
Corey Johnson
2011-08-29 11:02:01 -07:00
parent faeb8e3661
commit cda771594d

View File

@@ -28,22 +28,18 @@
}
.left {
width: 100px;
background-color: gray;
}
.right {
width: 100px;
background-color: green;
}
.top {
height: 100px;
background-color: purple;
}
.bottom {
height: 100px;
background-color: blue;
}