File tree Expand file tree Collapse file tree 3 files changed +21
-11
lines changed
testing/test_package_docs/static-assets Expand file tree Collapse file tree 3 files changed +21
-11
lines changed Original file line number Diff line number Diff line change @@ -17,45 +17,50 @@ body {
1717 padding : 0 ;
1818 height : 100% ;
1919}
20+
2021body {
2122 display : flex;
2223 flex-direction : column;
2324 min-height : 100vh ;
2425}
26+
2527header {
2628 flex : 0 0 56px ;
2729 display : flex;
2830 flex-direction : row;
2931 align-items : center;
3032 padding-left : 30px ;
3133}
34+
3235header ol {
3336 list-style : none;
3437 margin : 0 ;
3538 padding : 0 ;
3639}
40+
3741header ol li {
3842 display : inline;
3943}
44+
4045header form {
4146 display : flex;
4247 flex : 1 ;
4348 justify-content : flex-end;
4449 padding-right : 30px ;
45-
4650}
51+
4752footer {
4853 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 ;
5356}
57+
5458main {
5559 flex : 1 ;
5660 display : flex;
5761 flex-direction : row;
5862}
63+
5964.sidebar-offcanvas-left {
6065 flex : 0 1 195px ;
6166 overflow-y : scroll;
Original file line number Diff line number Diff line change 55description : A documentation generator for Dart.
66homepage : https://github.com/dart-lang/dartdoc
77environment :
8- sdk : ' >=1.23.0-dev.11.5 <2.0.0-dev.infinity '
8+ sdk : ' >=1.23.0-dev.11.5 <2.0.0'
99dependencies :
1010 analyzer : ^0.30.0
1111 args : ^0.13.0
Original file line number Diff line number Diff line change @@ -17,45 +17,50 @@ body {
1717 padding : 0 ;
1818 height : 100% ;
1919}
20+
2021body {
2122 display : flex;
2223 flex-direction : column;
2324 min-height : 100vh ;
2425}
26+
2527header {
2628 flex : 0 0 56px ;
2729 display : flex;
2830 flex-direction : row;
2931 align-items : center;
3032 padding-left : 30px ;
3133}
34+
3235header ol {
3336 list-style : none;
3437 margin : 0 ;
3538 padding : 0 ;
3639}
40+
3741header ol li {
3842 display : inline;
3943}
44+
4045header form {
4146 display : flex;
4247 flex : 1 ;
4348 justify-content : flex-end;
4449 padding-right : 30px ;
45-
4650}
51+
4752footer {
4853 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 ;
5356}
57+
5458main {
5559 flex : 1 ;
5660 display : flex;
5761 flex-direction : row;
5862}
63+
5964.sidebar-offcanvas-left {
6065 flex : 0 1 195px ;
6166 overflow-y : scroll;
You can’t perform that action at this time.
0 commit comments