Skip to content

Commit 0043f6d

Browse files
author
Fabian Perez
committed
Remove register button
1 parent 4a8a468 commit 0043f6d

2 files changed

Lines changed: 1 addition & 31 deletions

File tree

layouts/header.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<div id="header">
33
<div>
44
<a class="logo" href="/">GitHub:Developer</a>
5-
<a href="https://github.com/developer/register" class="nav-register-button">Register</a>
65
<ul class="nav">
76
<li><a href="/" class="nav-overview">Overview</a></li>
87
<li><a href="/v3/" class="nav-api">API</a></li>
@@ -18,4 +17,4 @@
1817
</ul>
1918
</div>
2019
</div><!-- #header -->
21-
</div><!-- #header-wrapper -->
20+
</div><!-- #header-wrapper -->

static/shared/css/documentation.css

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -262,35 +262,6 @@ a img {
262262
font-size: 14px;
263263
}
264264

265-
.nav-register-button {
266-
color: #fff;
267-
background-color: #3072b3;
268-
background-image: -webkit-linear-gradient(#599bcd, #3072b3);
269-
background-image: -moz-linear-gradient(#599bcd, #3072b3);
270-
background-image: linear-gradient(#599bcd, #3072b3);
271-
background-repeat: repeat-x;
272-
border: 1px solid #2a65a0;
273-
border-radius: 3px;
274-
float: right;
275-
line-height: 24px;
276-
margin: 17px 0 0 20px;
277-
padding: 0 10px;
278-
text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
279-
}
280-
281-
.nav-register-button:active {
282-
background-color: #3072b3;
283-
background-image: none;
284-
border-color: #25588c;
285-
box-shadow: inset 0 3px 5px rgba(0,0,0,.15);
286-
}
287-
288-
.nav-register-button:active,
289-
.nav-register-button:focus,
290-
.nav-register-button:hover {
291-
text-decoration: none;
292-
}
293-
294265
#header .nav li {
295266
display: inline-block;
296267
margin: 0;

0 commit comments

Comments
 (0)