File tree Expand file tree Collapse file tree 13 files changed +71
-29
lines changed Expand file tree Collapse file tree 13 files changed +71
-29
lines changed Original file line number Diff line number Diff line change 197
197
<Content Include =" content\ru\software-overview\applications\webstation-application.html" />
198
198
<Content Include =" content\ru\use-cases\modbus-protocol.html" />
199
199
<Content Include =" content\ru\version-history\scada-history.html" />
200
- <Content Include =" css\index .css" >
201
- <DependentUpon >index .less</DependentUpon >
200
+ <Content Include =" css\cover .css" >
201
+ <DependentUpon >cover .less</DependentUpon >
202
202
</Content >
203
- <Content Include =" css\index .min.css" >
204
- <DependentUpon >index .css</DependentUpon >
203
+ <Content Include =" css\cover .min.css" >
204
+ <DependentUpon >cover .css</DependentUpon >
205
205
</Content >
206
206
<Content Include =" css\scadadoc.css" >
207
207
<DependentUpon >scadadoc.less</DependentUpon >
231
231
<Content Include =" css\common.less" />
232
232
<Content Include =" css\contents.less" />
233
233
<Content Include =" css\search.less" />
234
- <Content Include =" css\index .less" />
234
+ <Content Include =" css\cover .less" />
235
235
<None Include =" Web.Debug.config" >
236
236
<DependentUpon >Web.config</DependentUpon >
237
237
</None >
Original file line number Diff line number Diff line change 4
4
"inputFile" : " css/scadadoc.less"
5
5
},
6
6
{
7
- "outputFile" : " css/index .css" ,
8
- "inputFile" : " css/index .less"
7
+ "outputFile" : " css/cover .css" ,
8
+ "inputFile" : " css/cover .less"
9
9
}
10
10
]
Original file line number Diff line number Diff line change 4
4
< title > Rapid SCADA Documentation</ title >
5
5
< meta charset ="utf-8 " />
6
6
< link href ="../../css/scadadoc.min.css " rel ="stylesheet " type ="text/css " />
7
- < link href ="../../css/index .min.css " rel ="stylesheet " type ="text/css " />
7
+ < link href ="../../css/cover .min.css " rel ="stylesheet " type ="text/css " />
8
8
< script type ="text/javascript " src ="../../js/jquery.min.js "> </ script >
9
9
< script type ="text/javascript " src ="../../js/scadadoc.js "> </ script >
10
10
</ head >
Original file line number Diff line number Diff line change 4
4
< title > Документация Rapid SCADA</ title >
5
5
< meta charset ="utf-8 " />
6
6
< link href ="../../css/scadadoc.min.css " rel ="stylesheet " type ="text/css " />
7
- < link href ="../../css/index .min.css " rel ="stylesheet " type ="text/css " />
7
+ < link href ="../../css/cover .min.css " rel ="stylesheet " type ="text/css " />
8
8
< script type ="text/javascript " src ="../../js/jquery.min.js "> </ script >
9
9
< script type ="text/javascript " src ="../../js/scadadoc.js "> </ script >
10
10
</ head >
Original file line number Diff line number Diff line change 1
- .sd-article {
1
+ .sd-article-wrapper {
2
2
display : inline-block ;
3
3
margin : 0 ;
4
- padding : 0 20px ;
5
4
overflow : auto ;
5
+ padding : 0 ;
6
+ }
7
+
8
+ .sd-article {
9
+ margin : 0 ;
10
+ padding : 0 20px ;
6
11
}
7
12
8
13
.sd-article-meta {
Original file line number Diff line number Diff line change 1
- .sd-contents {
1
+ .sd-contents-wrapper {
2
2
border-right : 5px solid #ddd ;
3
3
display : inline-block ;
4
- font-size : 13px ;
5
4
margin : 0 ;
6
5
min-width : 200px ;
7
- padding : 10px ;
8
6
overflow : auto ;
7
+ padding : 0 ;
9
8
width : 25% ;
10
9
}
11
10
11
+ .sd-contents {
12
+ font-size : 13px ;
13
+ margin : 0 ;
14
+ padding : 10px ;
15
+ }
16
+
12
17
.sd-contents-item {
13
18
margin : 7px 0 ;
14
19
}
Original file line number Diff line number Diff line change 9
9
left : 50% ;
10
10
transform : translate (-50% , -50% );
11
11
text-align : center;
12
+ }
13
+ .sd-article {
14
+ height : 100% ;
12
15
}
Original file line number Diff line number Diff line change 10
10
left : 50% ;
11
11
transform : translate (-50% , -50% );
12
12
text-align : center ;
13
+ }
14
+
15
+ .sd-article {
16
+ height : 100% ;
13
17
}
Original file line number Diff line number Diff line change @@ -44,16 +44,20 @@ a:hover {
44
44
color : # 0074a2 ;
45
45
text-decoration : underline;
46
46
}
47
- .sd-contents {
47
+ .sd-contents-wrapper {
48
48
border-right : 5px solid # ddd ;
49
49
display : inline-block;
50
- font-size : 13px ;
51
50
margin : 0 ;
52
51
min-width : 200px ;
53
- padding : 10px ;
54
52
overflow : auto;
53
+ padding : 0 ;
55
54
width : 25% ;
56
55
}
56
+ .sd-contents {
57
+ font-size : 13px ;
58
+ margin : 0 ;
59
+ padding : 10px ;
60
+ }
57
61
.sd-contents-item {
58
62
margin : 7px 0 ;
59
63
}
@@ -69,11 +73,15 @@ a:hover {
69
73
.sd-contents-item .selected {
70
74
font-weight : bold;
71
75
}
72
- .sd-article {
76
+ .sd-article-wrapper {
73
77
display : inline-block;
74
78
margin : 0 ;
75
- padding : 0 20px ;
76
79
overflow : auto;
80
+ padding : 0 ;
81
+ }
82
+ .sd-article {
83
+ margin : 0 ;
84
+ padding : 0 20px ;
77
85
}
78
86
.sd-article-meta {
79
87
font-size : 12px ;
You can’t perform that action at this time.
0 commit comments