Rails-based website for local business
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

30 lines
675 B

  1. body {
  2. text-align: center; /* center body content */
  3. }
  4. #container {
  5. text-align: left;
  6. margin: 0 auto;
  7. width: 73.846em; /* 73.846em 960px width */
  8. *width: 72.00em; /* 97.5% adjust for IE */
  9. }
  10. #content {
  11. overflow: hidden;
  12. width: auto;
  13. padding: 0.769em 0 0 0; /* 0.769em 10px top */
  14. }
  15. #main {
  16. float: left;
  17. padding: 0 0.385em; /* 5px horiz. padding */
  18. width: 42.308em; /* 42.308em 550px width */
  19. *width: 41.25em;
  20. }
  21. #sidebar {
  22. float: right;
  23. padding: 0 0.385em; /* 5px horiz. padding */
  24. width: 30.00em; /* 30.00em 300px width */
  25. *width: 29.25em;
  26. }