Posted to tcl by patthoyts at Wed Mar 07 21:57:36 GMT 2007view raw

  1. /* layout.css - Copyright (C) 2004 Pat Thoyts <patthoyts@users.sourceforge.net>*/
  2. html {margin:0 0 0 0;} html body {margin:0 0 0 0;padding:0 0 0 0;}
  3. #header {clear:both;height:2em;/*;min-height:48px;max-height:48px;*/}
  4. #header h1 {margin:0 0 0 0;}
  5. #body {}
  6. #sidebar {position:absolute;width:150px;top:2em;margin:0 0 0 2px;}
  7. #rightbar {position:absolute;width:120px;top:2em;right:0;margin:0 2px 0 0;}
  8. #content {margin-left:154px;margin-right:4px;padding:0 6px 0 6px;min-height:600px;}
  9. #content h1, #content h2, #content h3 {margin:0 -6px 0 -6px;padding:0 6px 0 6px;}
  10. #content .last {margin-bottom:0;margin-top:0;height:0;}
  11. #sidebar h1 {margin:2px 1em 0 0;padding:0 2px 0 2px;}
  12. #sidebar ul {margin: 0 0 0 0;padding-left:1em;}
  13. #sidebar ul li {display:block;}
  14. .prop {height:350px;float:right;width:1px;}
  15. .clear {clear: both;height:1px;overflow:hidden;}
  16. #footer {}
  17. #footer p { margin: 0px 0px 0px 0px; }
  18. .picture {float:left;border:1px solid #999;margin:0 5px 15px 0;padding:2px;}
  19. .filetable {width:100%;margin-top:4px;}
  20. .filetable th {text-align:left;}
  21. .filetable colgroup {width:5em;}

Comments

Posted by patthoyts at Wed Mar 07 22:04:57 GMT 2007 [text] [code]

just checking <b>comments</b> again.