Skip to content

Commit 170a4db

Browse files
committed
Merge branch 'main' into rel
2 parents 73528d5 + 4a9dbcb commit 170a4db

File tree

4 files changed

+64
-3
lines changed

4 files changed

+64
-3
lines changed

CHANGELOG.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## Changes since 2025-12-18T22:46:02.485Z
2+
3+
* @davidfischer: Re-add missing RTD style ads (#1112)
14
CHANGELOG
25
=========
36

@@ -6,6 +9,16 @@ CHANGELOG
69
.. This is included by docs/developer/changelog.rst
710
811
12+
Version v5.32.1
13+
---------------
14+
15+
Packaging issue with the release missing some styles.
16+
17+
:Date: December 18, 2025
18+
19+
* @davidfischer: Re-add missing RTD style ads (#1112)
20+
21+
922
Version v5.32.0
1023
---------------
1124

assets/src/scss/_theme.scss

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,5 +286,53 @@ body {
286286
}
287287
}
288288

289+
// Old style RTD placement
290+
.ethical-sidebar,
291+
.ethical-footer {
292+
padding: 0.5em;
293+
margin: 1em 0;
294+
295+
background-color: #eee;
296+
border: 1px solid #ccc;
297+
border-radius: 5px;
298+
color: #0a0a0a;
299+
font-size: 14px;
300+
line-height: 20px;
301+
302+
.ethical-callout {
303+
text-align: center;
304+
padding-top: 1em;
305+
}
306+
307+
.ethical-text {
308+
margin-top: 1em;
309+
}
310+
311+
img {
312+
width: 120px;
313+
height: 90px;
314+
display: inline-block;
315+
}
316+
317+
a, a:visited, a:hover, a:active {
318+
color: #0a0a0a;
319+
text-decoration: none !important;
320+
border-bottom: 0 !important;
321+
}
322+
}
323+
324+
.ethical-sidebar {
325+
text-align: center;
326+
max-width: 300px;
327+
}
328+
.ethical-footer {
329+
text-align: left;
330+
331+
& img {
332+
float: right;
333+
margin-left: 25px;
334+
}
335+
}
336+
289337
}
290338
}

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ethical-ad-server",
3-
"version": "5.32.0",
3+
"version": "5.32.1",
44
"description": "",
55
"main": "index.js",
66
"engines": {

0 commit comments

Comments
 (0)