Skip to content

Commit cd83a6b

Browse files
authored
Merge pull request #6 from boostorg/v3
V3
2 parents c6d8ca8 + abe5d1e commit cd83a6b

7 files changed

Lines changed: 10 additions & 6 deletions

File tree

celerybeat-schedule-shm

0 Bytes
Binary file not shown.

celerybeat-schedule-wal

64.4 KB
Binary file not shown.

static/css/v3/header.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ html.dark .header__icon--theme-moon {
279279
height: var(--header-height);
280280
min-height: var(--header-height);
281281
padding: 0;
282-
border-radius: var(--border-radius-xl, 12px);
282+
border-radius: var(--header-control-radius);
283283
border: 1px solid var(--color-stroke-weak, rgba(5, 8, 22, 0.10));
284284
background: var(--color-surface-weak, #FFF);
285285
cursor: pointer;

static/css/v3/stats.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878

7979
.stats--in-numbers .stats__description {
8080
margin: 0;
81-
padding: var(--stats-space);
81+
padding: var(--space-large);
8282
font-size: var(--font-size-small);
8383
font-weight: var(--font-weight-regular);
8484
line-height: var(--line-height-relaxed);
@@ -91,7 +91,7 @@
9191
flex-wrap: nowrap;
9292
gap: var(--stats-bar-gap);
9393
align-items: flex-end;
94-
padding: 0 var(--stats-space) var(--space-medium) var(--stats-space);
94+
padding: 0 var(--space-large) var(--space-medium) var(--space-large);
9595
flex: 1 1 0;
9696
min-height: 160px;
9797
}
@@ -103,7 +103,7 @@
103103
min-width: max(8px, 100cqh * 0.04);
104104
display: flex;
105105
flex-direction: column;
106-
align-items: center;
106+
align-items: start;
107107
justify-content: flex-end;
108108
height: 100%;
109109
}
@@ -136,6 +136,7 @@
136136
line-height: var(--line-height-code);
137137
color: var(--color-text-secondary);
138138
white-space: nowrap;
139+
text-align: left;
139140
}
140141

141142
.stats__cta {

static/css/v3/terms-of-use.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
letter-spacing: -0.4px;
2424
color: var(--color-text-primary);
2525
margin: 0;
26+
padding: 0;
2627
}
2728

2829
.terms-page__last-updated {
@@ -33,6 +34,7 @@
3334
letter-spacing: -0.12px;
3435
color: var(--color-text-secondary);
3536
margin: 0;
37+
padding: 0;
3638
}
3739

3840
.terms-page__body {
@@ -43,6 +45,7 @@
4345
letter-spacing: -0.16px;
4446
color: var(--color-text-secondary);
4547
width: 100%;
48+
padding: 0;
4649
}
4750

4851
.terms-page__section {

templates/v3/includes/_header_v3.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
{% comment %} Desktop only: full search bar {% endcomment %}
2424
<div class="header__search-bar header__search-bar--full">
2525
<span class="header__search-icon icon-brand-accent" aria-hidden="true">
26-
{% include "includes/icon.html" with icon_name="search" icon_class="header__icon icon-brand-accent" %}
26+
{% include "includes/icon.html" with icon_name="search" icon_class="header__icon icon-brand-accent" icon_size=16 %}
2727
</span>
2828
<button type="button" id="gecko-search-button" class="header__search-input-trigger" data-current-boost-version="{{ current_version.stripped_boost_url_slug }}" data-theme-mode="light" data-font-family="sans-serif" aria-label="Search">
2929
Search

templates/v3/terms_of_use.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ <h1 class="terms-page__title">Terms of Use</h1>
1717
<p>We operate this website, as well as any other related products and services that refer or link to these legal terms (&quot;the Services&quot;).</p>
1818
<p>These Legal Terms constitute a legally binding agreement made between you and The C Plus Plus Alliance, Inc., concerning your access to and use of the Services. You agree that by accessing the Services, you have read, understood, and agreed to be bound by all of these Legal Terms.</p>
1919
<p>IF YOU DO NOT AGREE WITH ALL OF THESE LEGAL TERMS, THEN YOU ARE EXPRESSLY PROHIBITED FROM USING THE SERVICES AND YOU MUST DISCONTINUE USE IMMEDIATELY.</p>
20-
<p>We reserve the right, in our sole discretion, to make changes or modifications to these Legal Terms from time to time. We will alert you about any changes by updating the &quot;Last updated&quot; date of these Legal Terms, and you waive any right to receive specific notice of each such change. It is your responsibility to periodically review these Legal Terms to stay informed of updates. You will be subject to, and will be deemed to have been made aware of and to have accepted, the changes in any revised Legal Terms by your continued use of the Services after the date such revised Legal Terms are posted.</p>
20+
<p>We reserve the right, in our sole discretion, to make changes or modifications to these Legal Termhs from time to time. We will alert you about any changes by updating the &quot;Last updated&quot; date of these Legal Terms, and you waive any right to receive specific notice of each such change. It is your responsibility to periodically review these Legal Terms to stay informed of updates. You will be subject to, and will be deemed to have been made aware of and to have accepted, the changes in any revised Legal Terms by your continued use of the Services after the date such revised Legal Terms are posted.</p>
2121
<p>We will make our best effort to notify registered users who have provided us with a valid email address of any changes to our Terms of Use via email. While we aim to ensure timely and accurate notifications, we do not guarantee that all changes will be communicated.</p>
2222
</div>
2323

0 commit comments

Comments
 (0)