Skip to content

Commit 01e1178

Browse files
committed
boom
1 parent 09c007e commit 01e1178

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

shared/css/documentation.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ div.sidebar-module ul ul li span {
318318
background-color: #222;
319319
padding: 2em 0;
320320
color: #eee;
321-
margin-top: -88px;
321+
margin-top: -106px;
322322
}
323323

324324
#footer {

shared/js/documentation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Init sidebar
22
$(function() {
33
var activeItem,
4-
helpList = $('#js-help-sidebar .js-topic'),
4+
helpList = $('#js-sidebar .js-topic'),
55
firstOccurance = true
66

77
// hide list items at startup

0 commit comments

Comments
 (0)