Skip to content

Commit

Permalink
issue #1, attempt 1
Browse files Browse the repository at this point in the history
  • Loading branch information
ndossougbe committed Jun 17, 2014
1 parent a10c051 commit fdb97f4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/strapdown-toc.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
.attr('data-spy','scroll')
.attr('data-target','.toc');

contentEl.addClass('col-sm-8 col-sm-offset-3');
contentEl.addClass('col-sm-10 col-sm-offset-2');


function makeToc (content) {
Expand Down
2 changes: 1 addition & 1 deletion src/strapdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@

var newNode = document.createElement('div');
newNode.className = 'container';
newNode.id = 'content';
newNode.innerHTML = '<div id="content"></div>';
markdownEl.parentNode.replaceChild(newNode, markdownEl);

// Insert navbar if there's none
Expand Down
2 changes: 1 addition & 1 deletion v/0.3/strapdown-toc.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion v/0.3/strapdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ var PR=win['PR']={'createSimpleLexer':createSimpleLexer,'registerLangHandler':re

var newNode = document.createElement('div');
newNode.className = 'container';
newNode.id = 'content';
newNode.innerHTML = '<div id="content"></div>';
markdownEl.parentNode.replaceChild(newNode, markdownEl);

// Insert navbar if there's none
Expand Down

0 comments on commit fdb97f4

Please sign in to comment.