File tree Expand file tree Collapse file tree 2 files changed +3
-11
lines changed Expand file tree Collapse file tree 2 files changed +3
-11
lines changed Original file line number Diff line number Diff line change @@ -1991,19 +1991,20 @@ img {
1991
1991
1992
1992
# primary {
1993
1993
width : 700px ;
1994
+ margin-left : 240px ;
1994
1995
}
1995
1996
1996
1997
# toc {
1997
1998
width : 190px ;
1998
- float : right ;
1999
+ float : left ;
1999
2000
background-color : # fff ;
2000
2001
-webkit-border-radius : 3px ;
2001
2002
-moz-border-radius : 3px ;
2002
2003
-ms-border-radius : 3px ;
2003
2004
-o-border-radius : 3px ;
2004
2005
border-radius : 3px ;
2005
2006
padding : 10px ;
2006
- margin-top : 40 px ;
2007
+ margin-top : 45 px ;
2007
2008
}
2008
2009
2009
2010
.toc-h1 {
Original file line number Diff line number Diff line change @@ -4,15 +4,6 @@ $(function () {
4
4
return ;
5
5
}
6
6
7
- // Keep the TOC in view
8
- $ ( window ) . scroll ( function ( ) {
9
- $ ( "#toc" )
10
- . stop ( )
11
- . animate ( { "marginTop" : ( $ ( window ) . scrollTop ( ) ) + "px" ,
12
- "marginLeft" :( $ ( window ) . scrollLeft ( ) ) + "px" } ,
13
- "fast" ) ;
14
- } ) ;
15
-
16
7
// Generate the TOC contents
17
8
var current_level = 0 ;
18
9
$ ( '#primary :header[id]' ) . each ( function ( i , el ) {
You can’t perform that action at this time.
0 commit comments