We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e76e7ef commit 77ba439Copy full SHA for 77ba439
2 files changed
content/index.md
@@ -16,7 +16,7 @@ layout: overview
16
<h2>Get Started</h2>
17
<p>New to the GitHub API? With these guides you’ll be up and running in a snap.</p>
18
<a href="/guides/" class="button-secondary">View introduction guides</a>
19
- <img class="octocat" src="https://github.com/shared/images/professorcat.png">
+ <img class="octocat professorcat" src="https://github.com/shared/images/professorcat.png">
20
</li>
21
<li>
22
<h2>Libraries</h2>
static/shared/css/documentation.css
@@ -431,6 +431,10 @@ a img {
431
margin: 30px auto -20px;
432
}
433
434
+.highlights .octocat.professorcat {
435
+ margin-top: 35px;
436
+}
437
+
438
.full-width-divider + .api-status {
439
margin-top: -1px;
440
0 commit comments