Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

Commit

Permalink
Merge pull request #2946 from imjalpreet/master
Browse files Browse the repository at this point in the history
[Bug 1093362] Download button placement issue is fixed
  • Loading branch information
stephaniehobson committed Dec 17, 2014
2 parents ca09f8f + dadf97b commit 1087c71
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions media/redesign/stylus/wiki-customcss.styl
Expand Up @@ -2003,15 +2003,15 @@ li.download-box {
}
}

.download-desc {
li.download-box p {
padding-bottom: 3em;
}

.download-button {
.download-box .download-button {
position: absolute;
bottom: 0;
left: 50%;
vendorize(transform, translate(-50%, 0));
vendorize(transform, translate(-50%, 0));
}

@media $media-query-mobile {
Expand Down

0 comments on commit 1087c71

Please sign in to comment.