Isn't this a docker patch?
On 16 June 2013 17:18, Manuel Quiñones <[email protected]> wrote: > Hey Suraj, great! The pull requests go to sugarlabs/REPO user in > github, so in this case is: > > https://github.com/sugarlabs/sugar-docs > > Maybe we need to add this clarification in sugar-docs? > > 2013/6/16 suraj ks <[email protected]>: > > Hey, > > Got the header rooted to the top. > > Will remain appear on top of your screen even if you scroll down. > > Wanted to know where I should send the pull request to? > > > > > > On Thu, Jun 13, 2013 at 8:39 PM, Manuel Quiñones <[email protected]> > wrote: > >> > >> +1 this can be done with a few lines of CSS. Can be a good task for a > >> contributor to get in touch with the docs and CSS. Adding Suraj to > >> the CC. The recent change in sugar-web to make the toolbar always on > >> top can be a good reference. > >> > >> 2013/6/12 Daniel Narvaez <[email protected]>: > >> > 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 > >> > >> > >> > >> -- > >> .. manuq .. > > > > > > > > -- > .. manuq .. > -- Daniel Narvaez
_______________________________________________ Sugar-devel mailing list [email protected] http://lists.sugarlabs.org/listinfo/sugar-devel

