Skip to content

Commit e2c5edc

Browse files
committed
Moved status to footer
1 parent b6b4bac commit e2c5edc

2 files changed

Lines changed: 18 additions & 7 deletions

File tree

layouts/default.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
<div>
2222
<a class="logo" href="/"><img src="/images/logo_developer.png" height="27" alt="GitHub:Developer" /></a>
2323
<ul class="nav">
24-
<li class="api-status"></li>
2524
<li><a href="/v3/">API v3</a></li>
2625
<li><a href="/changes/">Changes</a></li>
2726
<li><a
@@ -162,9 +161,11 @@ <h3><a href="#" class="js-expand-btn collapsed arrow-btn"></a><a href="/v3/users
162161
<p>This website is a <a href="https://github.com/github/developer.github.com" target="_blank">public GitHub repository</a>. Please help us by forking the project and adding to it.</p>
163162
</div>
164163
</div><!-- /sidebar-shell -->
165-
164+
166165
</div><!-- #wrapper -->
167-
166+
167+
<div class="api-status"></div>
168+
168169
<div id="footer" >
169170
<div class="upper_footer">
170171
<div class="footer_inner clearfix">

static/shared/css/documentation.css

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -191,10 +191,6 @@ a img {
191191
margin-top: 13px;
192192
}
193193

194-
#header ul.nav li:first-child {
195-
background: transparent;
196-
}
197-
198194
#header ul.nav li {
199195
float: left;
200196
margin: 0;
@@ -316,7 +312,21 @@ div.sidebar-module ul ul li span {
316312
/*
317313
/*****************************************************************************/
318314

315+
.api-status {
316+
text-align: center;
317+
padding: 20px 0;
318+
border-top: 1px solid #ddd;
319+
max-width: 980px;
320+
margin: 0 auto;
321+
}
322+
323+
.api-status a {
324+
color: #333;
325+
}
319326

327+
.api-status img {
328+
margin-left: 8px;
329+
}
320330

321331
#footer {
322332
position: relative;

0 commit comments

Comments
 (0)