neo4j-contrib / graphgist

Easy publishing with graph data included
http://gist.neo4j.org/
208 stars 68 forks source link

Change class of content's parent element from row to containter #26

Closed jenyapoyarkov closed 10 years ago

jenyapoyarkov commented 10 years ago

Hi, It seems there is a little mistake, parent element of content has a wrong class:

here we have the 'row' class: screenshot from 2014-08-04 12 49 36

so I propose to use the 'container' class instead of it: screenshot from 2014-08-04 12 49 51

Thanks in advance!

nawroth commented 10 years ago

It's using the "Basic Grid HTML" from here: http://getbootstrap.com/2.3.2/scaffolding.html I tried your change and the layout gets wrong with it, putting the sidebar below the content at all page widths.