Skip to content

Commit 8d57631

Browse files
author
ubuntu
committed
Update
1 parent 1491196 commit 8d57631

File tree

5 files changed

+7
-8
lines changed

5 files changed

+7
-8
lines changed

Diff for: docs/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@
286286
color: #859900;
287287
}
288288
</style>
289-
<link href="stylesheets/screen-06521708.css" rel="stylesheet" media="screen" />
289+
<link href="stylesheets/screen-ad6e7f01.css" rel="stylesheet" media="screen" />
290290
<link href="stylesheets/print-88f539c5.css" rel="stylesheet" media="print" />
291291
<script src="javascripts/all-b12a2749.js"></script>
292292

Diff for: docs/qsl4a.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@
286286
color: #859900;
287287
}
288288
</style>
289-
<link href="stylesheets/screen-06521708.css" rel="stylesheet" media="screen" />
289+
<link href="stylesheets/screen-ad6e7f01.css" rel="stylesheet" media="screen" />
290290
<link href="stylesheets/print-88f539c5.css" rel="stylesheet" media="print" />
291291
<script src="javascripts/all-b12a2749.js"></script>
292292

Diff for: docs/stylesheets/screen-06521708.css

-1
This file was deleted.

Diff for: source/CNAME

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
docs.qpython.org
1+
developer.qpython.org

Diff for: source/stylesheets/screen.css.scss

+4-4
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ html, body {
262262
// half of the content always this background color.
263263
.dark-box {
264264
width: $examples-width;
265-
background-color: $examples-bg;
265+
//background-color: $examples-bg;
266266
position: absolute;
267267
right: 0;
268268
top: 0;
@@ -272,14 +272,14 @@ html, body {
272272
.lang-selector {
273273
position: fixed;
274274
z-index: 50;
275-
background: $drac-light-bg;
275+
//background: $drac-light-bg;
276276
padding: 1em 28px;
277277
}
278278
}
279279

280280
.lang-selector {
281-
display: flex;
282-
background-color: $lang-select-bg;
281+
display: none;
282+
//background-color: $lang-select-bg;
283283
width: 100%;
284284
font-weight: bold;
285285
overflow-x: auto;

0 commit comments

Comments
 (0)