Skip to content
This repository was archived by the owner on Nov 1, 2017. It is now read-only.

Commit d3fa463

Browse files
committed
add open source info
1 parent 70e5323 commit d3fa463

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

_layouts/default.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ <h3><a href="{{ post.url }}">{{ post.title }}</a></h3>
4949
</li>
5050
{% endfor %}
5151
</div> <!-- /sidebar-module -->
52+
<div class="sidebar-module">
53+
<p>This website is <a href="http://github.com/github/develop.github.com" target="_blank">open source</a>. Please help us by forking the project and adding to it.</p>
54+
</div>
5255
</div><!-- /sidebar-shell -->
5356

5457
</div><!-- #wrapper -->

css/style.css

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ a.logo {
178178
}
179179

180180
#bottom-nav {
181-
padding-top: 0.9em;
181+
padding-top: 0.7em;
182182
position: relative;
183183
float: left;
184184
display: block;
@@ -233,6 +233,16 @@ a.logo {
233233
margin: 0px;
234234
}
235235

236+
.sidebar-module > p {
237+
background: #fafafb;
238+
border: solid #CACACA;
239+
border-width: 1px;
240+
padding: 8px 10px;
241+
margin: 0px;
242+
display: block;
243+
line-height: 1.4em;
244+
}
245+
236246
.sidebar-module li {
237247
list-style-type: none;
238248
}

0 commit comments

Comments
 (0)