Skip to content

Commit

Permalink
Add Active Python Releases to Downloads Page (#1569)
Browse files Browse the repository at this point in the history
Closes #1302
  • Loading branch information
crwilcox committed Apr 20, 2020
1 parent 3540b95 commit 7e45c5d
Show file tree
Hide file tree
Showing 6 changed files with 785 additions and 572 deletions.
17 changes: 17 additions & 0 deletions static/sass/_layout.scss
Expand Up @@ -447,6 +447,23 @@
.release-download { width: 25%; }
.release-enhancements { width: 25%; }

.release-version,
.release-status,
.release-start,
.release-end,
.release-pep {
-moz-box-orient: vertical;
display: inline-block;
margin-right: -4px;
vertical-align: middle;
}

.release-version { width: 15%; }
.release-status { width: 20%; }
.release-start { width: 25%; }
.release-end { width: 25%; }
.release-pep { width: 15%; }

/* Previous Next pattern */
.previous-next {
@include clearfix();
Expand Down

0 comments on commit 7e45c5d

Please sign in to comment.