File tree 3 files changed +21
-11
lines changed
testing/test_package_docs/static-assets
3 files changed +21
-11
lines changed Original file line number Diff line number Diff line change @@ -17,45 +17,50 @@ body {
17
17
padding : 0 ;
18
18
height : 100% ;
19
19
}
20
+
20
21
body {
21
22
display : flex;
22
23
flex-direction : column;
23
24
min-height : 100vh ;
24
25
}
26
+
25
27
header {
26
28
flex : 0 0 56px ;
27
29
display : flex;
28
30
flex-direction : row;
29
31
align-items : center;
30
32
padding-left : 30px ;
31
33
}
34
+
32
35
header ol {
33
36
list-style : none;
34
37
margin : 0 ;
35
38
padding : 0 ;
36
39
}
40
+
37
41
header ol li {
38
42
display : inline;
39
43
}
44
+
40
45
header form {
41
46
display : flex;
42
47
flex : 1 ;
43
48
justify-content : flex-end;
44
49
padding-right : 30px ;
45
-
46
50
}
51
+
47
52
footer {
48
53
flex : 0 0 16px ;
49
- display : flex;
50
- justify-content : center;
51
- align-items : center;
52
- padding : 20px ;
54
+ text-align : center;
55
+ padding : 16px 20px ;
53
56
}
57
+
54
58
main {
55
59
flex : 1 ;
56
60
display : flex;
57
61
flex-direction : row;
58
62
}
63
+
59
64
.sidebar-offcanvas-left {
60
65
flex : 0 1 195px ;
61
66
overflow-y : scroll;
Original file line number Diff line number Diff line change 5
5
description : A documentation generator for Dart.
6
6
homepage : https://github.com/dart-lang/dartdoc
7
7
environment :
8
- sdk : ' >=1.23.0-dev.11.5 <2.0.0-dev.infinity '
8
+ sdk : ' >=1.23.0-dev.11.5 <2.0.0'
9
9
dependencies :
10
10
analyzer : ^0.30.0
11
11
args : ^0.13.0
Original file line number Diff line number Diff line change @@ -17,45 +17,50 @@ body {
17
17
padding : 0 ;
18
18
height : 100% ;
19
19
}
20
+
20
21
body {
21
22
display : flex;
22
23
flex-direction : column;
23
24
min-height : 100vh ;
24
25
}
26
+
25
27
header {
26
28
flex : 0 0 56px ;
27
29
display : flex;
28
30
flex-direction : row;
29
31
align-items : center;
30
32
padding-left : 30px ;
31
33
}
34
+
32
35
header ol {
33
36
list-style : none;
34
37
margin : 0 ;
35
38
padding : 0 ;
36
39
}
40
+
37
41
header ol li {
38
42
display : inline;
39
43
}
44
+
40
45
header form {
41
46
display : flex;
42
47
flex : 1 ;
43
48
justify-content : flex-end;
44
49
padding-right : 30px ;
45
-
46
50
}
51
+
47
52
footer {
48
53
flex : 0 0 16px ;
49
- display : flex;
50
- justify-content : center;
51
- align-items : center;
52
- padding : 20px ;
54
+ text-align : center;
55
+ padding : 16px 20px ;
53
56
}
57
+
54
58
main {
55
59
flex : 1 ;
56
60
display : flex;
57
61
flex-direction : row;
58
62
}
63
+
59
64
.sidebar-offcanvas-left {
60
65
flex : 0 1 195px ;
61
66
overflow-y : scroll;
You can’t perform that action at this time.
0 commit comments