summaryrefslogtreecommitdiff
path: root/_layouts
diff options
context:
space:
mode:
authorCameron McEfee <cameron@github.com>2011-06-10 09:20:09 -0700
committerCameron McEfee <cameron@github.com>2011-06-10 09:20:09 -0700
commitfbd206615a76f02c44b37fc4e11e3aa95bfc1988 (patch)
tree043284deadbbd8cfac5f5892a51ca648b678e6f3 /_layouts
parent3eb4726dcc5596ab6effae3801d87b71b69d4486 (diff)
Add tip widget.tip-widget
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/default.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index 02d716f..aa8f566 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -68,6 +68,15 @@ sidebar_cats:
<div class="sidebar-module">
<p>This website is <a href="http://github.com/github/help.github.com#readme" target="_blank">open source</a>. Please help us by forking the project and adding to it.</p>
</div>
+ <div class="sidebar-module">
+ <div class="tip-box">
+ <h4>GitHub Tips</h4>
+ <a href="#" class="next">Next Tip</a>
+ <div class="tip-body">
+ <p>Tip Text</p>
+ </div>
+ </div>
+ </div> <!-- /help-sidebar-module -->
</div><!-- /sidebar-shell -->
</div><!-- #wrapper -->