Skip to content

Commit 7e45c5d

Browse files
authored
Add Active Python Releases to Downloads Page (#1569)
Closes #1302
1 parent 3540b95 commit 7e45c5d

File tree

6 files changed

+785
-572
lines changed

6 files changed

+785
-572
lines changed

static/sass/_layout.scss

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -447,6 +447,23 @@
447447
.release-download { width: 25%; }
448448
.release-enhancements { width: 25%; }
449449

450+
.release-version,
451+
.release-status,
452+
.release-start,
453+
.release-end,
454+
.release-pep {
455+
-moz-box-orient: vertical;
456+
display: inline-block;
457+
margin-right: -4px;
458+
vertical-align: middle;
459+
}
460+
461+
.release-version { width: 15%; }
462+
.release-status { width: 20%; }
463+
.release-start { width: 25%; }
464+
.release-end { width: 25%; }
465+
.release-pep { width: 15%; }
466+
450467
/* Previous Next pattern */
451468
.previous-next {
452469
@include clearfix();

0 commit comments

Comments
 (0)