tripaldsfeature.css 212 B

1234567891011121314151617181920
  1. .ds-top {
  2. width: 100%;
  3. border-bottom: 1px solid grey;
  4. }
  5. .ds-left {
  6. width: 25%;
  7. float: left;
  8. border-right: 1px solid grey;
  9. }
  10. .ds-right {
  11. width: 73%;
  12. float: right;
  13. }
  14. .ds-bottom {
  15. width: 100%;
  16. }