It's a bit annoying when you navigate that you easily lose the header (because you scroll down the text). I wonder if the header should take the whole width and be always at the top.
On 10 June 2013 16:53, Manuel Quiñones <[email protected]> wrote: > 2013/6/8 Daniel Narvaez <[email protected]>: > > On 8 June 2013 17:11, Manuel Quiñones <[email protected]> wrote: > >> > >> The index link can also be inside a site header, which can be > >> consistently in every page of the developer site. We can use this > >> image: > >> > >> http://wiki.sugarlabs.org/images/e/e2/Join_Developer_BW.png > >> > >> Can also be the favicon :) > > > > > > The way I'm doing this is to add an extra to docker and hacking stuff > around > > > > #sidebar_switch { > > display: none; > > } > > > > function(){ > > var origSwitchTab = switchTab > > > > switchTab = function (tab) { > > origSwitchTab("headings"); > > } > > })(); > > > > Nice eh? :P > > > > It should be easy to insert that link wherever we want. Do you think the > > image is enough or should it have text too? > > > > Perhaps inside the sidebar it would be cleaner layout wise, though if you > > have it hidden... Tough I'm not sure it make sense to hide the sidebar > for > > the introductory docs (it's useful when you have code on the side). > Maybe we > > just disable the hide thing.. > > Header that links to index pushed, looks like: > http://dev.laptop.org/~manuq/docs-header.png > > The sidebar change is the pending bit. > > > -- > .. manuq .. > -- Daniel Narvaez
_______________________________________________ Sugar-devel mailing list [email protected] http://lists.sugarlabs.org/listinfo/sugar-devel

