File tree Expand file tree Collapse file tree 3 files changed +14
-13
lines changed Expand file tree Collapse file tree 3 files changed +14
-13
lines changed Original file line number Diff line number Diff line change 36
36
/* Doc background embellishment */
37
37
38
38
# doc {
39
- background : url ("../img/doc-background.svg" ) no-repeat top right / 305px 147px ;
39
+ background : no-repeat top right / 305px 147px ;
40
+ background-image : url ("../img/doc-background.svg" );
40
41
}
41
42
42
43
.doc # header {
91
92
}
92
93
93
94
.doc h2 {
94
- font-size : 2.0 em ;
95
+ font-size : 2 em ;
95
96
}
96
97
97
98
.doc h3 {
@@ -925,18 +926,18 @@ i.fa.icon-warning {
925
926
/* Responsive and Dark Theme Overrides */
926
927
927
928
html .dark-theme # doc {
928
- background : url ( "../img/doc-background-dark.svg" ) no-repeat top right / 305px
929
- 147 px ;
929
+ background : no-repeat top right / 305px 147 px ;
930
+ background-image : url ( "../img/doc-background-dark.svg" ) ;
930
931
}
931
932
932
933
@media screen and (max-width : 1024px ) {
933
934
# doc {
934
- background : url ( "../img/doc-background.svg" ) no-repeat top right / 203px
935
- 95 px ;
935
+ background : no-repeat top right / 203px 95 px ;
936
+ background-image : url ( "../img/doc-background.svg" ) ;
936
937
}
937
938
html .dark-theme # doc {
938
- background : url ( "../img/doc-background-dark.svg" ) no-repeat top right /
939
- 203 px 95 px ;
939
+ background : no-repeat top right / 203 px 95 px ;
940
+ background-image : url ( "../img/doc-background-dark.svg" ) ;
940
941
}
941
942
}
942
943
Original file line number Diff line number Diff line change 22
22
23
23
# banner {
24
24
height : 100% ;
25
- background : url ( "../img/ banner-logo.svg" ) no-repeat top
26
- var (--layout-banner-logo-offset ) left var (--layout-banner-logo-offset ) /
27
- auto var ( --layout- banner-logo-height );
25
+ background : no-repeat top var ( --layout- banner-logo-offset ) left
26
+ var (--layout-banner-logo-offset ) / auto var (--layout-banner-logo-height );
27
+ background-image : url ( "../img/ banner-logo.svg" );
28
28
}
29
29
30
30
# doc {
Original file line number Diff line number Diff line change @@ -101,8 +101,8 @@ body.fixed-toc #toc {
101
101
# back-to-index a ::before {
102
102
content : "" ;
103
103
filter : var (--toc-back-to-index-filter );
104
- background : url ( "../img/octicons-16.svg#view-chevron-left" ) no-repeat center /
105
- 16 px 16 px ;
104
+ background : no-repeat center / 16 px 16 px ;
105
+ background-image : url ( "../img/octicons-16.svg#view-chevron-left" ) ;
106
106
display : block;
107
107
position : absolute;
108
108
min-width : 16px ;
You can’t perform that action at this time.
0 commit comments