diff options
| author | Cameron McEfee <cameron@github.com> | 2011-06-10 09:20:09 -0700 |
|---|---|---|
| committer | Cameron McEfee <cameron@github.com> | 2011-06-10 09:20:09 -0700 |
| commit | fbd206615a76f02c44b37fc4e11e3aa95bfc1988 (patch) | |
| tree | 043284deadbbd8cfac5f5892a51ca648b678e6f3 /_layouts/default.html | |
| parent | 3eb4726dcc5596ab6effae3801d87b71b69d4486 (diff) | |
Add tip widget.tip-widget
Diffstat (limited to '_layouts/default.html')
| -rw-r--r-- | _layouts/default.html | 9 |
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 --> |
