File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed
Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 2727 $ ( document ) . ready ( function ( ) {
2828 $ ( 'pre code' ) . each ( function ( i , e ) { hljs . highlightBlock ( e ) } ) ;
2929 } ) ;
30-
31-
3230</ script >
3331< script >
3432 $ ( function ( ) {
Original file line number Diff line number Diff line change 2222< link rel ="stylesheet " href ="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css "
2323 integrity ="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp " crossorigin ="anonymous ">
2424< link rel ="stylesheet " href ="https://cdn.rawgit.com/afeld/bootstrap-toc/v0.4.1/dist/bootstrap-toc.min.css ">
25- < link rel ="stylesheet " type ="text/css " href ="/css/styles.css "/>
2625< link rel ="stylesheet " type ="text/css " href ="/css/highlightjs.css "/>
2726< link rel ="stylesheet " type ="text/css " href ="/css/tabcontent.css "/>
28-
27+ < link rel =" stylesheet " type =" text/css " href =" /css/styles.css " />
Original file line number Diff line number Diff line change @@ -74,3 +74,11 @@ iframe {
7474 width : auto;
7575 vertical-align : baseline;
7676}
77+
78+ nav [data-toggle = toc ] .nav > li > a {
79+ font-size : 0.938em ;
80+ }
81+
82+ nav [data-toggle = toc ] .nav .nav > li > a {
83+ font-size : 0.875em ;
84+ }
You can’t perform that action at this time.
0 commit comments