blob: 3bd91ab140dfde105b05959f5048998697c4fdbd (
plain) (
tree)
|
|
/* Thanks to Steve Powell for http://rpubs.com/stevepowell99/floating-css */
#TOC {
position: fixed;
left: 0;
top: 0;
width: 200px;
height: 100%;
overflow:auto;
}
body {
max-width: 800px;
margin: auto;
margin-left:210px;
line-height: 20px;
}
|