This commit is contained in:
2025-06-30 10:10:44 -04:00
parent 4d3a86e98a
commit 554337933d
4 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file records the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 961dea3c6e9799d154aab495d896fd67
config: 74d5db4815742323cd92d8cbcbefce54
tags: 62a1e7829a13fc7881b6498c52484ec0

View File

@@ -463,13 +463,13 @@ dl.class dl.field-list, dl.type dl.field-list, dl.function dl.field-list, dl.mem
content: none; } }
@page :first {
background: url(cover-ng.jpg) no-repeat center;
background: url(cover-bg.jpg) no-repeat center;
background-size: cover;
margin: 0; }
@media screen {
#cover {
background: url(cover-ng.jpg) no-repeat center;
background: url(cover-bg.jpg) no-repeat center;
background-size: cover;
margin: 0; } }
@@ -485,7 +485,7 @@ dl.class dl.field-list, dl.type dl.field-list, dl.function dl.field-list, dl.mem
content: none; } }
@page back_cover {
background: url(cover-ng.jpg) no-repeat center;
background: url(cover-bg.jpg) no-repeat center;
background-size: cover;
margin: 0;
color: #ffffff; }
@@ -507,7 +507,7 @@ dl.class dl.field-list, dl.type dl.field-list, dl.function dl.field-list, dl.mem
display: flex;
flex-wrap: wrap;
height: 297mm;
background: url(cover-ng.jpg) no-repeat center;
background: url(cover-bg.jpg) no-repeat center;
background-size: cover;
margin: 0; }
#cover h1 {

View File

@@ -8,7 +8,7 @@
ByteRider 06-2025 documentation
</title>
<link href="_static/pygments.css?v=d75fae25" rel="stylesheet" type="text/css"/>
<link href="_static/main.css?v=44b32fbc" rel="stylesheet" type="text/css"/>
<link href="_static/main.css?v=bf1cf0da" rel="stylesheet" type="text/css"/>
<script src="_static/documentation_options.js?v=84c8e5cb">
</script>
<script src="_static/doctools.js?v=9bcbadda">