Skip to content

Commit 43ada27

Browse files
authored
minor fix to the css (#1503)
* minor fix to the css * regen docs
1 parent 08211c2 commit 43ada27

File tree

3 files changed

+21
-11
lines changed

3 files changed

+21
-11
lines changed

lib/resources/styles.css

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,45 +17,50 @@ body {
1717
padding: 0;
1818
height: 100%;
1919
}
20+
2021
body {
2122
display: flex;
2223
flex-direction: column;
2324
min-height: 100vh;
2425
}
26+
2527
header {
2628
flex: 0 0 56px;
2729
display: flex;
2830
flex-direction: row;
2931
align-items: center;
3032
padding-left: 30px;
3133
}
34+
3235
header ol {
3336
list-style: none;
3437
margin: 0;
3538
padding: 0;
3639
}
40+
3741
header ol li {
3842
display: inline;
3943
}
44+
4045
header form {
4146
display: flex;
4247
flex: 1;
4348
justify-content: flex-end;
4449
padding-right: 30px;
45-
4650
}
51+
4752
footer {
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+
5458
main {
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;

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: Dart Team <[email protected]>
55
description: A documentation generator for Dart.
66
homepage: https://github.com/dart-lang/dartdoc
77
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'
99
dependencies:
1010
analyzer: ^0.30.0
1111
args: ^0.13.0

testing/test_package_docs/static-assets/styles.css

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,45 +17,50 @@ body {
1717
padding: 0;
1818
height: 100%;
1919
}
20+
2021
body {
2122
display: flex;
2223
flex-direction: column;
2324
min-height: 100vh;
2425
}
26+
2527
header {
2628
flex: 0 0 56px;
2729
display: flex;
2830
flex-direction: row;
2931
align-items: center;
3032
padding-left: 30px;
3133
}
34+
3235
header ol {
3336
list-style: none;
3437
margin: 0;
3538
padding: 0;
3639
}
40+
3741
header ol li {
3842
display: inline;
3943
}
44+
4045
header form {
4146
display: flex;
4247
flex: 1;
4348
justify-content: flex-end;
4449
padding-right: 30px;
45-
4650
}
51+
4752
footer {
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+
5458
main {
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;

0 commit comments

Comments
 (0)