File tree 3 files changed +8
-13
lines changed
3 files changed +8
-13
lines changed Original file line number Diff line number Diff line change 1
- theme : jekyll-theme-slate
1
+ theme : jekyll-theme-tactile
Original file line number Diff line number Diff line change 1
1
2
2
< a href ="/slang/user-guide/ "> Slang User's Guide</ a >
3
- < ol >
3
+ < ol class =" toc_list " >
4
4
< li > < a href ="/slang/user-guide/00-introduction.html "> Introduction</ a > </ li >
5
5
< li > < a href ="/slang/user-guide/01-get-started.html "> Getting Started</ a > </ li >
6
6
< li > < a href ="/slang/user-guide/02-conventional-features.html "> Conventional Language Features</ a > </ li >
9
9
< li > < a href ="/slang/user-guide/05-compiling.html "> Compiling Code with Slang</ a > </ li >
10
10
< li > < a href ="/slang/user-guide/06-targets.html "> Supported Compilation Targets</ a > </ li >
11
11
< li > < a href ="/slang/user-guide/a1-special-topics.html "> Special Topics</ a > </ li >
12
- < ol >
12
+ < ol class =" toc_list " >
13
13
< li > < a href ="/slang/user-guide/a1-01-matrix-layout.html "> Matrix Layout</ a > </ li >
14
14
</ ol >
15
15
Original file line number Diff line number Diff line change 31
31
padding-left : 20px ;
32
32
}
33
33
34
- ol {
35
- counter-reset : section;
34
+ .toc_list {
36
35
list-style-type : none;
37
- }
38
-
39
- li : before {
40
- counter-increment : section;
41
- content : counters (section, "." ) " " ;
36
+ padding-left : 16px ;
42
37
}
43
38
</ style >
44
39
{% seo %}
45
40
</ head >
46
41
47
42
< body >
48
- < div id ="main_content_wrap " class =" outer ">
49
- < div id =" main_content " class ="inner " style ="padding:40px;width:1000px ">
43
+ < div id ="container ">
44
+ < div class ="inner " style ="padding:40px;width:1000px ">
50
45
< div id ="dividerContainer ">
51
46
< div id ="tocColumn ">
52
47
{% include user-guide-toc.html %}
53
48
</ div >
54
49
< div id ="rightColumn ">
55
- < section >
50
+ < section id =" main_content " >
56
51
{{ content }}
57
52
</ section >
58
53
You can’t perform that action at this time.
0 commit comments