10BC0 Merge pull request #806 from github/update-1434759515 · Ratts704/developer.github.com@ee7e728 · GitHub
[go: up one dir, main page]

Skip to content

Commit ee7e728

Browse files
committed
Merge pull request github#806 from github/update-1434759515
2 parents f999e4d + 76c506c commit ee7e728

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

content/program.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ layout: developers
88
<h1>It takes a community to design, build, and ship great software.</h1>
99
<p class="intro">Building an application that integrates with GitHub? Register for our Developer Program! The possibilities are endless, and you enjoy the kudos.</p>
1010
<a href="https://github.com/developer/register" class="button">Register now</a>
11+
<img src="/images/header-animation.gif" alt="GitHub Universe" class="earth" width="450" height="375">
12+
<img src="/images/header-animation-short-loop.gif" alt="GitHub Universe" class="earth earth-short-loop" width="450" height="375">
1113
</div>
12-
<img src="/images/header-animation.gif" alt="GitHub Universe" class="earth" width="450" height="375">
13-
<img src="/images/header-animation-short-loop.gif" alt="GitHub Universe" class="earth earth-short-loop" width="450" height="375">
1414
</div>
1515

1616
<div class="full-width-divider">

static/css/documentation.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -858,6 +858,7 @@ a .mega-octicon {
858858
.dev-program.feature {
859859
height: 420px;
860860
margin-top: -2px;
861+
overflow-x: hidden;
861862
position: relative;
862863
}
863864

@@ -877,11 +878,11 @@ a .mega-octicon {
877878
}
878879

879880
.dev-program.feature .earth {
880-
margin-top: -187px;
881+
margin-top: -150px;
881882
position: absolute;
882-
right: 5%;
883+
right: -55px;
883884
top: 50%;
884-
z-index: 0;
885+
z-index: -1;
885886
}
886887

887888
.dev-program.feature .earth-short-loop {

0 commit comments

Comments
 (0)
0