12345678910111213141516171819202122232425262728293031323334353637383940 |
- body {
- /* position:relative;*/
- max-width:11in;
- margin:0 auto;
- /*background:url('doc-bg.png') #fff left repeat-y;*/
- }
-
- #sidebar {
- width:200px;
- float:left;
- border-left:1px solid #C4CFE5;
- border-right:1px solid #C4CFE5;
- padding-bottom:10px;
- }
-
- #sidebar ul:not(.tablist), #sidebar div:not(.tabs) {
- padding-left:10px;
- }
-
- #sidebar li {
- list-style:none;
- }
-
- #sidebar b {
- font-weight:bold;
- }
-
- #search input {
- border:1px solid black;
- width:180px;
-
- }
-
- #content {
- margin-left:200px;
- }
-
- hr.footer {
- clear:both;
- }
|