Website documentation minor bug

classic Classic list List threaded Threaded
18 messages Options
Reply | Threaded
Open this post in threaded view
|

Website documentation minor bug

Hermann Gábor
Hey,

Currently following an anchor link (e.g. #transformations
<http://ci.apache.org/projects/flink/flink-docs-master/programming_guide.html#transformations>)
results in the header occupying the top of the page, thus the title and
some of the first lines cannot be seen. This is not a big deal, but it's
user-facing and a bit irritating.

Can someone fix it, please?

(I tried it on Firefox and Chromium on Ubuntu 14.10)

Cheers,
Gabor
Reply | Threaded
Open this post in threaded view
|

Re: Website documentation minor bug

Stephan Ewen
I agree, it is not optimal.

What would be a better way to do this? Have the main navigation (currently
on the left) at the top, and the per-page navigation on the side?

Do you want to take a stab at this?

On Sun, Mar 8, 2015 at 7:08 PM, Hermann Gábor <[hidden email]> wrote:

> Hey,
>
> Currently following an anchor link (e.g. #transformations
> <
> http://ci.apache.org/projects/flink/flink-docs-master/programming_guide.html#transformations
> >)
> results in the header occupying the top of the page, thus the title and
> some of the first lines cannot be seen. This is not a big deal, but it's
> user-facing and a bit irritating.
>
> Can someone fix it, please?
>
> (I tried it on Firefox and Chromium on Ubuntu 14.10)
>
> Cheers,
> Gabor
>
Reply | Threaded
Open this post in threaded view
|

Re: Website documentation minor bug

Hermann Gábor
I think the navigation looks nice this way.

It's rather a small CSS/HTML problem that the header shades the title when
clicking on an anchor link.
(It's that the content starts at top, but there is the header covering it.)

I'm not much into web stuff, but I would gladly fix it.

Can someone help me with this?

On Sun, Mar 8, 2015 at 9:52 PM Stephan Ewen <[hidden email]> wrote:

> I agree, it is not optimal.
>
> What would be a better way to do this? Have the main navigation (currently
> on the left) at the top, and the per-page navigation on the side?
>
> Do you want to take a stab at this?
>
> On Sun, Mar 8, 2015 at 7:08 PM, Hermann Gábor <[hidden email]>
> wrote:
>
> > Hey,
> >
> > Currently following an anchor link (e.g. #transformations
> > <
> > http://ci.apache.org/projects/flink/flink-docs-master/
> programming_guide.html#transformations
> > >)
> > results in the header occupying the top of the page, thus the title and
> > some of the first lines cannot be seen. This is not a big deal, but it's
> > user-facing and a bit irritating.
> >
> > Can someone fix it, please?
> >
> > (I tried it on Firefox and Chromium on Ubuntu 14.10)
> >
> > Cheers,
> > Gabor
> >
>
mxm
Reply | Threaded
Open this post in threaded view
|

Re: Website documentation minor bug

mxm
We can fix this for the headings by adding the following CSS rule:

h1, h2, h3, h4 {
    padding-top: 100px;
    margin-top: -100px;
}

In the course of changing this, we could also reduce the size of the
navigation header in the docs. It is occupies too much space and
doesn't have a lot of functionality. I'd suggest to half its size. The
positioning at the top is fine for me.


Kind regards,
Max

On Mon, Mar 9, 2015 at 2:08 PM, Hermann Gábor <[hidden email]> wrote:

> I think the navigation looks nice this way.
>
> It's rather a small CSS/HTML problem that the header shades the title when
> clicking on an anchor link.
> (It's that the content starts at top, but there is the header covering it.)
>
> I'm not much into web stuff, but I would gladly fix it.
>
> Can someone help me with this?
>
> On Sun, Mar 8, 2015 at 9:52 PM Stephan Ewen <[hidden email]> wrote:
>
>> I agree, it is not optimal.
>>
>> What would be a better way to do this? Have the main navigation (currently
>> on the left) at the top, and the per-page navigation on the side?
>>
>> Do you want to take a stab at this?
>>
>> On Sun, Mar 8, 2015 at 7:08 PM, Hermann Gábor <[hidden email]>
>> wrote:
>>
>> > Hey,
>> >
>> > Currently following an anchor link (e.g. #transformations
>> > <
>> > http://ci.apache.org/projects/flink/flink-docs-master/
>> programming_guide.html#transformations
>> > >)
>> > results in the header occupying the top of the page, thus the title and
>> > some of the first lines cannot be seen. This is not a big deal, but it's
>> > user-facing and a bit irritating.
>> >
>> > Can someone fix it, please?
>> >
>> > (I tried it on Firefox and Chromium on Ubuntu 14.10)
>> >
>> > Cheers,
>> > Gabor
>> >
>>
Reply | Threaded
Open this post in threaded view
|

Re: Website documentation minor bug

Márton Balassi
+1 for the proposed solution from Max
+1 for decreasing the size: but let's have preview, I also think that the
current one is a bit too large

On Mon, Mar 9, 2015 at 2:16 PM, Maximilian Michels <[hidden email]> wrote:

> We can fix this for the headings by adding the following CSS rule:
>
> h1, h2, h3, h4 {
>     padding-top: 100px;
>     margin-top: -100px;
> }
>
> In the course of changing this, we could also reduce the size of the
> navigation header in the docs. It is occupies too much space and
> doesn't have a lot of functionality. I'd suggest to half its size. The
> positioning at the top is fine for me.
>
>
> Kind regards,
> Max
>
> On Mon, Mar 9, 2015 at 2:08 PM, Hermann Gábor <[hidden email]>
> wrote:
> > I think the navigation looks nice this way.
> >
> > It's rather a small CSS/HTML problem that the header shades the title
> when
> > clicking on an anchor link.
> > (It's that the content starts at top, but there is the header covering
> it.)
> >
> > I'm not much into web stuff, but I would gladly fix it.
> >
> > Can someone help me with this?
> >
> > On Sun, Mar 8, 2015 at 9:52 PM Stephan Ewen <[hidden email]> wrote:
> >
> >> I agree, it is not optimal.
> >>
> >> What would be a better way to do this? Have the main navigation
> (currently
> >> on the left) at the top, and the per-page navigation on the side?
> >>
> >> Do you want to take a stab at this?
> >>
> >> On Sun, Mar 8, 2015 at 7:08 PM, Hermann Gábor <[hidden email]>
> >> wrote:
> >>
> >> > Hey,
> >> >
> >> > Currently following an anchor link (e.g. #transformations
> >> > <
> >> > http://ci.apache.org/projects/flink/flink-docs-master/
> >> programming_guide.html#transformations
> >> > >)
> >> > results in the header occupying the top of the page, thus the title
> and
> >> > some of the first lines cannot be seen. This is not a big deal, but
> it's
> >> > user-facing and a bit irritating.
> >> >
> >> > Can someone fix it, please?
> >> >
> >> > (I tried it on Firefox and Chromium on Ubuntu 14.10)
> >> >
> >> > Cheers,
> >> > Gabor
> >> >
> >>
>
Reply | Threaded
Open this post in threaded view
|

Re: Website documentation minor bug

Hermann Gábor
Thanks Gyula, that helps a lot :D

Nice solution. Thank you Max!
I also support the reduced header size!

Cheers,
Gabor

On Mon, Mar 9, 2015 at 3:36 PM Márton Balassi <[hidden email]>
wrote:

> +1 for the proposed solution from Max
> +1 for decreasing the size: but let's have preview, I also think that the
> current one is a bit too large
>
> On Mon, Mar 9, 2015 at 2:16 PM, Maximilian Michels <[hidden email]> wrote:
>
> > We can fix this for the headings by adding the following CSS rule:
> >
> > h1, h2, h3, h4 {
> >     padding-top: 100px;
> >     margin-top: -100px;
> > }
> >
> > In the course of changing this, we could also reduce the size of the
> > navigation header in the docs. It is occupies too much space and
> > doesn't have a lot of functionality. I'd suggest to half its size. The
> > positioning at the top is fine for me.
> >
> >
> > Kind regards,
> > Max
> >
> > On Mon, Mar 9, 2015 at 2:08 PM, Hermann Gábor <[hidden email]>
> > wrote:
> > > I think the navigation looks nice this way.
> > >
> > > It's rather a small CSS/HTML problem that the header shades the title
> > when
> > > clicking on an anchor link.
> > > (It's that the content starts at top, but there is the header covering
> > it.)
> > >
> > > I'm not much into web stuff, but I would gladly fix it.
> > >
> > > Can someone help me with this?
> > >
> > > On Sun, Mar 8, 2015 at 9:52 PM Stephan Ewen <[hidden email]> wrote:
> > >
> > >> I agree, it is not optimal.
> > >>
> > >> What would be a better way to do this? Have the main navigation
> > (currently
> > >> on the left) at the top, and the per-page navigation on the side?
> > >>
> > >> Do you want to take a stab at this?
> > >>
> > >> On Sun, Mar 8, 2015 at 7:08 PM, Hermann Gábor <[hidden email]>
> > >> wrote:
> > >>
> > >> > Hey,
> > >> >
> > >> > Currently following an anchor link (e.g. #transformations
> > >> > <
> > >> > http://ci.apache.org/projects/flink/flink-docs-master/
> > >> programming_guide.html#transformations
> > >> > >)
> > >> > results in the header occupying the top of the page, thus the title
> > and
> > >> > some of the first lines cannot be seen. This is not a big deal, but
> > it's
> > >> > user-facing and a bit irritating.
> > >> >
> > >> > Can someone fix it, please?
> > >> >
> > >> > (I tried it on Firefox and Chromium on Ubuntu 14.10)
> > >> >
> > >> > Cheers,
> > >> > Gabor
> > >> >
> > >>
> >
>
mxm
Reply | Threaded
Open this post in threaded view
|

Re: Website documentation minor bug

mxm
So here are the proposed changes.

New


Old




If there are no objections, I will merge this by the end of the day.

Best regards,
Max

On Mon, Mar 9, 2015 at 4:22 PM, Hermann Gábor <[hidden email]> wrote:

> Thanks Gyula, that helps a lot :D
>
> Nice solution. Thank you Max!
> I also support the reduced header size!
>
> Cheers,
> Gabor
>
> On Mon, Mar 9, 2015 at 3:36 PM Márton Balassi <[hidden email]>
> wrote:
>
> > +1 for the proposed solution from Max
> > +1 for decreasing the size: but let's have preview, I also think that the
> > current one is a bit too large
> >
> > On Mon, Mar 9, 2015 at 2:16 PM, Maximilian Michels <[hidden email]>
> wrote:
> >
> > > We can fix this for the headings by adding the following CSS rule:
> > >
> > > h1, h2, h3, h4 {
> > >     padding-top: 100px;
> > >     margin-top: -100px;
> > > }
> > >
> > > In the course of changing this, we could also reduce the size of the
> > > navigation header in the docs. It is occupies too much space and
> > > doesn't have a lot of functionality. I'd suggest to half its size. The
> > > positioning at the top is fine for me.
> > >
> > >
> > > Kind regards,
> > > Max
> > >
> > > On Mon, Mar 9, 2015 at 2:08 PM, Hermann Gábor <[hidden email]>
> > > wrote:
> > > > I think the navigation looks nice this way.
> > > >
> > > > It's rather a small CSS/HTML problem that the header shades the title
> > > when
> > > > clicking on an anchor link.
> > > > (It's that the content starts at top, but there is the header
> covering
> > > it.)
> > > >
> > > > I'm not much into web stuff, but I would gladly fix it.
> > > >
> > > > Can someone help me with this?
> > > >
> > > > On Sun, Mar 8, 2015 at 9:52 PM Stephan Ewen <[hidden email]>
> wrote:
> > > >
> > > >> I agree, it is not optimal.
> > > >>
> > > >> What would be a better way to do this? Have the main navigation
> > > (currently
> > > >> on the left) at the top, and the per-page navigation on the side?
> > > >>
> > > >> Do you want to take a stab at this?
> > > >>
> > > >> On Sun, Mar 8, 2015 at 7:08 PM, Hermann Gábor <[hidden email]
> >
> > > >> wrote:
> > > >>
> > > >> > Hey,
> > > >> >
> > > >> > Currently following an anchor link (e.g. #transformations
> > > >> > <
> > > >> > http://ci.apache.org/projects/flink/flink-docs-master/
> > > >> programming_guide.html#transformations
> > > >> > >)
> > > >> > results in the header occupying the top of the page, thus the
> title
> > > and
> > > >> > some of the first lines cannot be seen. This is not a big deal,
> but
> > > it's
> > > >> > user-facing and a bit irritating.
> > > >> >
> > > >> > Can someone fix it, please?
> > > >> >
> > > >> > (I tried it on Firefox and Chromium on Ubuntu 14.10)
> > > >> >
> > > >> > Cheers,
> > > >> > Gabor
> > > >> >
> > > >>
> > >
> >
>
Reply | Threaded
Open this post in threaded view
|

Re: Website documentation minor bug

Stephan Ewen
Looks the same to me ;-)

The mailing lists do not support attachments...

On Tue, Mar 10, 2015 at 11:15 AM, Maximilian Michels <[hidden email]> wrote:

> So here are the proposed changes.
>
> New
>
>
> Old
>
>
>
>
> If there are no objections, I will merge this by the end of the day.
>
> Best regards,
> Max
>
> On Mon, Mar 9, 2015 at 4:22 PM, Hermann Gábor <[hidden email]>
> wrote:
>
> > Thanks Gyula, that helps a lot :D
> >
> > Nice solution. Thank you Max!
> > I also support the reduced header size!
> >
> > Cheers,
> > Gabor
> >
> > On Mon, Mar 9, 2015 at 3:36 PM Márton Balassi <[hidden email]>
> > wrote:
> >
> > > +1 for the proposed solution from Max
> > > +1 for decreasing the size: but let's have preview, I also think that
> the
> > > current one is a bit too large
> > >
> > > On Mon, Mar 9, 2015 at 2:16 PM, Maximilian Michels <[hidden email]>
> > wrote:
> > >
> > > > We can fix this for the headings by adding the following CSS rule:
> > > >
> > > > h1, h2, h3, h4 {
> > > >     padding-top: 100px;
> > > >     margin-top: -100px;
> > > > }
> > > >
> > > > In the course of changing this, we could also reduce the size of the
> > > > navigation header in the docs. It is occupies too much space and
> > > > doesn't have a lot of functionality. I'd suggest to half its size.
> The
> > > > positioning at the top is fine for me.
> > > >
> > > >
> > > > Kind regards,
> > > > Max
> > > >
> > > > On Mon, Mar 9, 2015 at 2:08 PM, Hermann Gábor <[hidden email]>
> > > > wrote:
> > > > > I think the navigation looks nice this way.
> > > > >
> > > > > It's rather a small CSS/HTML problem that the header shades the
> title
> > > > when
> > > > > clicking on an anchor link.
> > > > > (It's that the content starts at top, but there is the header
> > covering
> > > > it.)
> > > > >
> > > > > I'm not much into web stuff, but I would gladly fix it.
> > > > >
> > > > > Can someone help me with this?
> > > > >
> > > > > On Sun, Mar 8, 2015 at 9:52 PM Stephan Ewen <[hidden email]>
> > wrote:
> > > > >
> > > > >> I agree, it is not optimal.
> > > > >>
> > > > >> What would be a better way to do this? Have the main navigation
> > > > (currently
> > > > >> on the left) at the top, and the per-page navigation on the side?
> > > > >>
> > > > >> Do you want to take a stab at this?
> > > > >>
> > > > >> On Sun, Mar 8, 2015 at 7:08 PM, Hermann Gábor <
> [hidden email]
> > >
> > > > >> wrote:
> > > > >>
> > > > >> > Hey,
> > > > >> >
> > > > >> > Currently following an anchor link (e.g. #transformations
> > > > >> > <
> > > > >> > http://ci.apache.org/projects/flink/flink-docs-master/
> > > > >> programming_guide.html#transformations
> > > > >> > >)
> > > > >> > results in the header occupying the top of the page, thus the
> > title
> > > > and
> > > > >> > some of the first lines cannot be seen. This is not a big deal,
> > but
> > > > it's
> > > > >> > user-facing and a bit irritating.
> > > > >> >
> > > > >> > Can someone fix it, please?
> > > > >> >
> > > > >> > (I tried it on Firefox and Chromium on Ubuntu 14.10)
> > > > >> >
> > > > >> > Cheers,
> > > > >> > Gabor
> > > > >> >
> > > > >>
> > > >
> > >
> >
>
mxm
Reply | Threaded
Open this post in threaded view
|

Re: Website documentation minor bug

mxm
Seems like my smart data crawling web mail took the linked images out.
So here we go again:

New
http://i.imgur.com/KK7fhiR.png

Old
http://i.imgur.com/kP2LPnY.png

On Tue, Mar 10, 2015 at 11:17 AM, Stephan Ewen <[hidden email]> wrote:

> Looks the same to me ;-)
>
> The mailing lists do not support attachments...
>
> On Tue, Mar 10, 2015 at 11:15 AM, Maximilian Michels <[hidden email]> wrote:
>
>> So here are the proposed changes.
>>
>> New
>>
>>
>> Old
>>
>>
>>
>>
>> If there are no objections, I will merge this by the end of the day.
>>
>> Best regards,
>> Max
>>
>> On Mon, Mar 9, 2015 at 4:22 PM, Hermann Gábor <[hidden email]>
>> wrote:
>>
>> > Thanks Gyula, that helps a lot :D
>> >
>> > Nice solution. Thank you Max!
>> > I also support the reduced header size!
>> >
>> > Cheers,
>> > Gabor
>> >
>> > On Mon, Mar 9, 2015 at 3:36 PM Márton Balassi <[hidden email]>
>> > wrote:
>> >
>> > > +1 for the proposed solution from Max
>> > > +1 for decreasing the size: but let's have preview, I also think that
>> the
>> > > current one is a bit too large
>> > >
>> > > On Mon, Mar 9, 2015 at 2:16 PM, Maximilian Michels <[hidden email]>
>> > wrote:
>> > >
>> > > > We can fix this for the headings by adding the following CSS rule:
>> > > >
>> > > > h1, h2, h3, h4 {
>> > > >     padding-top: 100px;
>> > > >     margin-top: -100px;
>> > > > }
>> > > >
>> > > > In the course of changing this, we could also reduce the size of the
>> > > > navigation header in the docs. It is occupies too much space and
>> > > > doesn't have a lot of functionality. I'd suggest to half its size.
>> The
>> > > > positioning at the top is fine for me.
>> > > >
>> > > >
>> > > > Kind regards,
>> > > > Max
>> > > >
>> > > > On Mon, Mar 9, 2015 at 2:08 PM, Hermann Gábor <[hidden email]>
>> > > > wrote:
>> > > > > I think the navigation looks nice this way.
>> > > > >
>> > > > > It's rather a small CSS/HTML problem that the header shades the
>> title
>> > > > when
>> > > > > clicking on an anchor link.
>> > > > > (It's that the content starts at top, but there is the header
>> > covering
>> > > > it.)
>> > > > >
>> > > > > I'm not much into web stuff, but I would gladly fix it.
>> > > > >
>> > > > > Can someone help me with this?
>> > > > >
>> > > > > On Sun, Mar 8, 2015 at 9:52 PM Stephan Ewen <[hidden email]>
>> > wrote:
>> > > > >
>> > > > >> I agree, it is not optimal.
>> > > > >>
>> > > > >> What would be a better way to do this? Have the main navigation
>> > > > (currently
>> > > > >> on the left) at the top, and the per-page navigation on the side?
>> > > > >>
>> > > > >> Do you want to take a stab at this?
>> > > > >>
>> > > > >> On Sun, Mar 8, 2015 at 7:08 PM, Hermann Gábor <
>> [hidden email]
>> > >
>> > > > >> wrote:
>> > > > >>
>> > > > >> > Hey,
>> > > > >> >
>> > > > >> > Currently following an anchor link (e.g. #transformations
>> > > > >> > <
>> > > > >> > http://ci.apache.org/projects/flink/flink-docs-master/
>> > > > >> programming_guide.html#transformations
>> > > > >> > >)
>> > > > >> > results in the header occupying the top of the page, thus the
>> > title
>> > > > and
>> > > > >> > some of the first lines cannot be seen. This is not a big deal,
>> > but
>> > > > it's
>> > > > >> > user-facing and a bit irritating.
>> > > > >> >
>> > > > >> > Can someone fix it, please?
>> > > > >> >
>> > > > >> > (I tried it on Firefox and Chromium on Ubuntu 14.10)
>> > > > >> >
>> > > > >> > Cheers,
>> > > > >> > Gabor
>> > > > >> >
>> > > > >>
>> > > >
>> > >
>> >
>>
Reply | Threaded
Open this post in threaded view
|

Re: Website documentation minor bug

Hermann Gábor
Looks nice, +1 for the new one.

On Tue, Mar 10, 2015 at 11:24 AM Maximilian Michels <[hidden email]> wrote:

> Seems like my smart data crawling web mail took the linked images out.
> So here we go again:
>
> New
> http://i.imgur.com/KK7fhiR.png
>
> Old
> http://i.imgur.com/kP2LPnY.png
>
> On Tue, Mar 10, 2015 at 11:17 AM, Stephan Ewen <[hidden email]> wrote:
> > Looks the same to me ;-)
> >
> > The mailing lists do not support attachments...
> >
> > On Tue, Mar 10, 2015 at 11:15 AM, Maximilian Michels <[hidden email]>
> wrote:
> >
> >> So here are the proposed changes.
> >>
> >> New
> >>
> >>
> >> Old
> >>
> >>
> >>
> >>
> >> If there are no objections, I will merge this by the end of the day.
> >>
> >> Best regards,
> >> Max
> >>
> >> On Mon, Mar 9, 2015 at 4:22 PM, Hermann Gábor <[hidden email]>
> >> wrote:
> >>
> >> > Thanks Gyula, that helps a lot :D
> >> >
> >> > Nice solution. Thank you Max!
> >> > I also support the reduced header size!
> >> >
> >> > Cheers,
> >> > Gabor
> >> >
> >> > On Mon, Mar 9, 2015 at 3:36 PM Márton Balassi <
> [hidden email]>
> >> > wrote:
> >> >
> >> > > +1 for the proposed solution from Max
> >> > > +1 for decreasing the size: but let's have preview, I also think
> that
> >> the
> >> > > current one is a bit too large
> >> > >
> >> > > On Mon, Mar 9, 2015 at 2:16 PM, Maximilian Michels <[hidden email]>
> >> > wrote:
> >> > >
> >> > > > We can fix this for the headings by adding the following CSS rule:
> >> > > >
> >> > > > h1, h2, h3, h4 {
> >> > > >     padding-top: 100px;
> >> > > >     margin-top: -100px;
> >> > > > }
> >> > > >
> >> > > > In the course of changing this, we could also reduce the size of
> the
> >> > > > navigation header in the docs. It is occupies too much space and
> >> > > > doesn't have a lot of functionality. I'd suggest to half its size.
> >> The
> >> > > > positioning at the top is fine for me.
> >> > > >
> >> > > >
> >> > > > Kind regards,
> >> > > > Max
> >> > > >
> >> > > > On Mon, Mar 9, 2015 at 2:08 PM, Hermann Gábor <
> [hidden email]>
> >> > > > wrote:
> >> > > > > I think the navigation looks nice this way.
> >> > > > >
> >> > > > > It's rather a small CSS/HTML problem that the header shades the
> >> title
> >> > > > when
> >> > > > > clicking on an anchor link.
> >> > > > > (It's that the content starts at top, but there is the header
> >> > covering
> >> > > > it.)
> >> > > > >
> >> > > > > I'm not much into web stuff, but I would gladly fix it.
> >> > > > >
> >> > > > > Can someone help me with this?
> >> > > > >
> >> > > > > On Sun, Mar 8, 2015 at 9:52 PM Stephan Ewen <[hidden email]>
> >> > wrote:
> >> > > > >
> >> > > > >> I agree, it is not optimal.
> >> > > > >>
> >> > > > >> What would be a better way to do this? Have the main navigation
> >> > > > (currently
> >> > > > >> on the left) at the top, and the per-page navigation on the
> side?
> >> > > > >>
> >> > > > >> Do you want to take a stab at this?
> >> > > > >>
> >> > > > >> On Sun, Mar 8, 2015 at 7:08 PM, Hermann Gábor <
> >> [hidden email]
> >> > >
> >> > > > >> wrote:
> >> > > > >>
> >> > > > >> > Hey,
> >> > > > >> >
> >> > > > >> > Currently following an anchor link (e.g. #transformations
> >> > > > >> > <
> >> > > > >> > http://ci.apache.org/projects/flink/flink-docs-master/
> >> > > > >> programming_guide.html#transformations
> >> > > > >> > >)
> >> > > > >> > results in the header occupying the top of the page, thus the
> >> > title
> >> > > > and
> >> > > > >> > some of the first lines cannot be seen. This is not a big
> deal,
> >> > but
> >> > > > it's
> >> > > > >> > user-facing and a bit irritating.
> >> > > > >> >
> >> > > > >> > Can someone fix it, please?
> >> > > > >> >
> >> > > > >> > (I tried it on Firefox and Chromium on Ubuntu 14.10)
> >> > > > >> >
> >> > > > >> > Cheers,
> >> > > > >> > Gabor
> >> > > > >> >
> >> > > > >>
> >> > > >
> >> > >
> >> >
> >>
>
Reply | Threaded
Open this post in threaded view
|

Re: Website documentation minor bug

Chiwan Park
Looks good! +1 for the new one.

Regards.
Chiwan Park (Sent with iPhone)


> On Mar 10, 2015, at 7:28 PM, Hermann Gábor <[hidden email]> wrote:
>
> Looks nice, +1 for the new one.
>
> On Tue, Mar 10, 2015 at 11:24 AM Maximilian Michels <[hidden email]> wrote:
>
>> Seems like my smart data crawling web mail took the linked images out.
>> So here we go again:
>>
>> New
>> http://i.imgur.com/KK7fhiR.png
>>
>> Old
>> http://i.imgur.com/kP2LPnY.png
>>
>> On Tue, Mar 10, 2015 at 11:17 AM, Stephan Ewen <[hidden email]> wrote:
>>> Looks the same to me ;-)
>>>
>>> The mailing lists do not support attachments...
>>>
>>> On Tue, Mar 10, 2015 at 11:15 AM, Maximilian Michels <[hidden email]>
>> wrote:
>>>
>>>> So here are the proposed changes.
>>>>
>>>> New
>>>>
>>>>
>>>> Old
>>>>
>>>>
>>>>
>>>>
>>>> If there are no objections, I will merge this by the end of the day.
>>>>
>>>> Best regards,
>>>> Max
>>>>
>>>> On Mon, Mar 9, 2015 at 4:22 PM, Hermann Gábor <[hidden email]>
>>>> wrote:
>>>>
>>>>> Thanks Gyula, that helps a lot :D
>>>>>
>>>>> Nice solution. Thank you Max!
>>>>> I also support the reduced header size!
>>>>>
>>>>> Cheers,
>>>>> Gabor
>>>>>
>>>>> On Mon, Mar 9, 2015 at 3:36 PM Márton Balassi <
>> [hidden email]>
>>>>> wrote:
>>>>>
>>>>>> +1 for the proposed solution from Max
>>>>>> +1 for decreasing the size: but let's have preview, I also think
>> that
>>>> the
>>>>>> current one is a bit too large
>>>>>>
>>>>>> On Mon, Mar 9, 2015 at 2:16 PM, Maximilian Michels <[hidden email]>
>>>>> wrote:
>>>>>>
>>>>>>> We can fix this for the headings by adding the following CSS rule:
>>>>>>>
>>>>>>> h1, h2, h3, h4 {
>>>>>>>    padding-top: 100px;
>>>>>>>    margin-top: -100px;
>>>>>>> }
>>>>>>>
>>>>>>> In the course of changing this, we could also reduce the size of
>> the
>>>>>>> navigation header in the docs. It is occupies too much space and
>>>>>>> doesn't have a lot of functionality. I'd suggest to half its size.
>>>> The
>>>>>>> positioning at the top is fine for me.
>>>>>>>
>>>>>>>
>>>>>>> Kind regards,
>>>>>>> Max
>>>>>>>
>>>>>>> On Mon, Mar 9, 2015 at 2:08 PM, Hermann Gábor <
>> [hidden email]>
>>>>>>> wrote:
>>>>>>>> I think the navigation looks nice this way.
>>>>>>>>
>>>>>>>> It's rather a small CSS/HTML problem that the header shades the
>>>> title
>>>>>>> when
>>>>>>>> clicking on an anchor link.
>>>>>>>> (It's that the content starts at top, but there is the header
>>>>> covering
>>>>>>> it.)
>>>>>>>>
>>>>>>>> I'm not much into web stuff, but I would gladly fix it.
>>>>>>>>
>>>>>>>> Can someone help me with this?
>>>>>>>>
>>>>>>>> On Sun, Mar 8, 2015 at 9:52 PM Stephan Ewen <[hidden email]>
>>>>> wrote:
>>>>>>>>
>>>>>>>>> I agree, it is not optimal.
>>>>>>>>>
>>>>>>>>> What would be a better way to do this? Have the main navigation
>>>>>>> (currently
>>>>>>>>> on the left) at the top, and the per-page navigation on the
>> side?
>>>>>>>>>
>>>>>>>>> Do you want to take a stab at this?
>>>>>>>>>
>>>>>>>>> On Sun, Mar 8, 2015 at 7:08 PM, Hermann Gábor <
>>>> [hidden email]
>>>>>>
>>>>>>>>> wrote:
>>>>>>>>>
>>>>>>>>>> Hey,
>>>>>>>>>>
>>>>>>>>>> Currently following an anchor link (e.g. #transformations
>>>>>>>>>> <
>>>>>>>>>> http://ci.apache.org/projects/flink/flink-docs-master/
>>>>>>>>> programming_guide.html#transformations
>>>>>>>>>>> )
>>>>>>>>>> results in the header occupying the top of the page, thus the
>>>>> title
>>>>>>> and
>>>>>>>>>> some of the first lines cannot be seen. This is not a big
>> deal,
>>>>> but
>>>>>>> it's
>>>>>>>>>> user-facing and a bit irritating.
>>>>>>>>>>
>>>>>>>>>> Can someone fix it, please?
>>>>>>>>>>
>>>>>>>>>> (I tried it on Firefox and Chromium on Ubuntu 14.10)
>>>>>>>>>>
>>>>>>>>>> Cheers,
>>>>>>>>>> Gabor
>>>>>>>>>>
>>>>>>>>>
>>>>>>>
>>>>>>
>>>>>
>>>>
>>

Reply | Threaded
Open this post in threaded view
|

Re: Website documentation minor bug

Márton Balassi
In reply to this post by Hermann Gábor
+1

On Tue, Mar 10, 2015 at 11:28 AM, Hermann Gábor <[hidden email]>
wrote:

> Looks nice, +1 for the new one.
>
> On Tue, Mar 10, 2015 at 11:24 AM Maximilian Michels <[hidden email]>
> wrote:
>
> > Seems like my smart data crawling web mail took the linked images out.
> > So here we go again:
> >
> > New
> > http://i.imgur.com/KK7fhiR.png
> >
> > Old
> > http://i.imgur.com/kP2LPnY.png
> >
> > On Tue, Mar 10, 2015 at 11:17 AM, Stephan Ewen <[hidden email]> wrote:
> > > Looks the same to me ;-)
> > >
> > > The mailing lists do not support attachments...
> > >
> > > On Tue, Mar 10, 2015 at 11:15 AM, Maximilian Michels <[hidden email]>
> > wrote:
> > >
> > >> So here are the proposed changes.
> > >>
> > >> New
> > >>
> > >>
> > >> Old
> > >>
> > >>
> > >>
> > >>
> > >> If there are no objections, I will merge this by the end of the day.
> > >>
> > >> Best regards,
> > >> Max
> > >>
> > >> On Mon, Mar 9, 2015 at 4:22 PM, Hermann Gábor <[hidden email]>
> > >> wrote:
> > >>
> > >> > Thanks Gyula, that helps a lot :D
> > >> >
> > >> > Nice solution. Thank you Max!
> > >> > I also support the reduced header size!
> > >> >
> > >> > Cheers,
> > >> > Gabor
> > >> >
> > >> > On Mon, Mar 9, 2015 at 3:36 PM Márton Balassi <
> > [hidden email]>
> > >> > wrote:
> > >> >
> > >> > > +1 for the proposed solution from Max
> > >> > > +1 for decreasing the size: but let's have preview, I also think
> > that
> > >> the
> > >> > > current one is a bit too large
> > >> > >
> > >> > > On Mon, Mar 9, 2015 at 2:16 PM, Maximilian Michels <
> [hidden email]>
> > >> > wrote:
> > >> > >
> > >> > > > We can fix this for the headings by adding the following CSS
> rule:
> > >> > > >
> > >> > > > h1, h2, h3, h4 {
> > >> > > >     padding-top: 100px;
> > >> > > >     margin-top: -100px;
> > >> > > > }
> > >> > > >
> > >> > > > In the course of changing this, we could also reduce the size of
> > the
> > >> > > > navigation header in the docs. It is occupies too much space and
> > >> > > > doesn't have a lot of functionality. I'd suggest to half its
> size.
> > >> The
> > >> > > > positioning at the top is fine for me.
> > >> > > >
> > >> > > >
> > >> > > > Kind regards,
> > >> > > > Max
> > >> > > >
> > >> > > > On Mon, Mar 9, 2015 at 2:08 PM, Hermann Gábor <
> > [hidden email]>
> > >> > > > wrote:
> > >> > > > > I think the navigation looks nice this way.
> > >> > > > >
> > >> > > > > It's rather a small CSS/HTML problem that the header shades
> the
> > >> title
> > >> > > > when
> > >> > > > > clicking on an anchor link.
> > >> > > > > (It's that the content starts at top, but there is the header
> > >> > covering
> > >> > > > it.)
> > >> > > > >
> > >> > > > > I'm not much into web stuff, but I would gladly fix it.
> > >> > > > >
> > >> > > > > Can someone help me with this?
> > >> > > > >
> > >> > > > > On Sun, Mar 8, 2015 at 9:52 PM Stephan Ewen <[hidden email]
> >
> > >> > wrote:
> > >> > > > >
> > >> > > > >> I agree, it is not optimal.
> > >> > > > >>
> > >> > > > >> What would be a better way to do this? Have the main
> navigation
> > >> > > > (currently
> > >> > > > >> on the left) at the top, and the per-page navigation on the
> > side?
> > >> > > > >>
> > >> > > > >> Do you want to take a stab at this?
> > >> > > > >>
> > >> > > > >> On Sun, Mar 8, 2015 at 7:08 PM, Hermann Gábor <
> > >> [hidden email]
> > >> > >
> > >> > > > >> wrote:
> > >> > > > >>
> > >> > > > >> > Hey,
> > >> > > > >> >
> > >> > > > >> > Currently following an anchor link (e.g. #transformations
> > >> > > > >> > <
> > >> > > > >> > http://ci.apache.org/projects/flink/flink-docs-master/
> > >> > > > >> programming_guide.html#transformations
> > >> > > > >> > >)
> > >> > > > >> > results in the header occupying the top of the page, thus
> the
> > >> > title
> > >> > > > and
> > >> > > > >> > some of the first lines cannot be seen. This is not a big
> > deal,
> > >> > but
> > >> > > > it's
> > >> > > > >> > user-facing and a bit irritating.
> > >> > > > >> >
> > >> > > > >> > Can someone fix it, please?
> > >> > > > >> >
> > >> > > > >> > (I tried it on Firefox and Chromium on Ubuntu 14.10)
> > >> > > > >> >
> > >> > > > >> > Cheers,
> > >> > > > >> > Gabor
> > >> > > > >> >
> > >> > > > >>
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
>
mxm
Reply | Threaded
Open this post in threaded view
|

Re: Website documentation minor bug

mxm
Thanks for the feedback. Merged.

On Tue, Mar 10, 2015 at 11:34 AM, Márton Balassi
<[hidden email]> wrote:

> +1
>
> On Tue, Mar 10, 2015 at 11:28 AM, Hermann Gábor <[hidden email]>
> wrote:
>
>> Looks nice, +1 for the new one.
>>
>> On Tue, Mar 10, 2015 at 11:24 AM Maximilian Michels <[hidden email]>
>> wrote:
>>
>> > Seems like my smart data crawling web mail took the linked images out.
>> > So here we go again:
>> >
>> > New
>> > http://i.imgur.com/KK7fhiR.png
>> >
>> > Old
>> > http://i.imgur.com/kP2LPnY.png
>> >
>> > On Tue, Mar 10, 2015 at 11:17 AM, Stephan Ewen <[hidden email]> wrote:
>> > > Looks the same to me ;-)
>> > >
>> > > The mailing lists do not support attachments...
>> > >
>> > > On Tue, Mar 10, 2015 at 11:15 AM, Maximilian Michels <[hidden email]>
>> > wrote:
>> > >
>> > >> So here are the proposed changes.
>> > >>
>> > >> New
>> > >>
>> > >>
>> > >> Old
>> > >>
>> > >>
>> > >>
>> > >>
>> > >> If there are no objections, I will merge this by the end of the day.
>> > >>
>> > >> Best regards,
>> > >> Max
>> > >>
>> > >> On Mon, Mar 9, 2015 at 4:22 PM, Hermann Gábor <[hidden email]>
>> > >> wrote:
>> > >>
>> > >> > Thanks Gyula, that helps a lot :D
>> > >> >
>> > >> > Nice solution. Thank you Max!
>> > >> > I also support the reduced header size!
>> > >> >
>> > >> > Cheers,
>> > >> > Gabor
>> > >> >
>> > >> > On Mon, Mar 9, 2015 at 3:36 PM Márton Balassi <
>> > [hidden email]>
>> > >> > wrote:
>> > >> >
>> > >> > > +1 for the proposed solution from Max
>> > >> > > +1 for decreasing the size: but let's have preview, I also think
>> > that
>> > >> the
>> > >> > > current one is a bit too large
>> > >> > >
>> > >> > > On Mon, Mar 9, 2015 at 2:16 PM, Maximilian Michels <
>> [hidden email]>
>> > >> > wrote:
>> > >> > >
>> > >> > > > We can fix this for the headings by adding the following CSS
>> rule:
>> > >> > > >
>> > >> > > > h1, h2, h3, h4 {
>> > >> > > >     padding-top: 100px;
>> > >> > > >     margin-top: -100px;
>> > >> > > > }
>> > >> > > >
>> > >> > > > In the course of changing this, we could also reduce the size of
>> > the
>> > >> > > > navigation header in the docs. It is occupies too much space and
>> > >> > > > doesn't have a lot of functionality. I'd suggest to half its
>> size.
>> > >> The
>> > >> > > > positioning at the top is fine for me.
>> > >> > > >
>> > >> > > >
>> > >> > > > Kind regards,
>> > >> > > > Max
>> > >> > > >
>> > >> > > > On Mon, Mar 9, 2015 at 2:08 PM, Hermann Gábor <
>> > [hidden email]>
>> > >> > > > wrote:
>> > >> > > > > I think the navigation looks nice this way.
>> > >> > > > >
>> > >> > > > > It's rather a small CSS/HTML problem that the header shades
>> the
>> > >> title
>> > >> > > > when
>> > >> > > > > clicking on an anchor link.
>> > >> > > > > (It's that the content starts at top, but there is the header
>> > >> > covering
>> > >> > > > it.)
>> > >> > > > >
>> > >> > > > > I'm not much into web stuff, but I would gladly fix it.
>> > >> > > > >
>> > >> > > > > Can someone help me with this?
>> > >> > > > >
>> > >> > > > > On Sun, Mar 8, 2015 at 9:52 PM Stephan Ewen <[hidden email]
>> >
>> > >> > wrote:
>> > >> > > > >
>> > >> > > > >> I agree, it is not optimal.
>> > >> > > > >>
>> > >> > > > >> What would be a better way to do this? Have the main
>> navigation
>> > >> > > > (currently
>> > >> > > > >> on the left) at the top, and the per-page navigation on the
>> > side?
>> > >> > > > >>
>> > >> > > > >> Do you want to take a stab at this?
>> > >> > > > >>
>> > >> > > > >> On Sun, Mar 8, 2015 at 7:08 PM, Hermann Gábor <
>> > >> [hidden email]
>> > >> > >
>> > >> > > > >> wrote:
>> > >> > > > >>
>> > >> > > > >> > Hey,
>> > >> > > > >> >
>> > >> > > > >> > Currently following an anchor link (e.g. #transformations
>> > >> > > > >> > <
>> > >> > > > >> > http://ci.apache.org/projects/flink/flink-docs-master/
>> > >> > > > >> programming_guide.html#transformations
>> > >> > > > >> > >)
>> > >> > > > >> > results in the header occupying the top of the page, thus
>> the
>> > >> > title
>> > >> > > > and
>> > >> > > > >> > some of the first lines cannot be seen. This is not a big
>> > deal,
>> > >> > but
>> > >> > > > it's
>> > >> > > > >> > user-facing and a bit irritating.
>> > >> > > > >> >
>> > >> > > > >> > Can someone fix it, please?
>> > >> > > > >> >
>> > >> > > > >> > (I tried it on Firefox and Chromium on Ubuntu 14.10)
>> > >> > > > >> >
>> > >> > > > >> > Cheers,
>> > >> > > > >> > Gabor
>> > >> > > > >> >
>> > >> > > > >>
>> > >> > > >
>> > >> > >
>> > >> >
>> > >>
>> >
>>
mxm
Reply | Threaded
Open this post in threaded view
|

Re: Website documentation minor bug

mxm
Another proposal in addition to the recent changes: How about we remove the
"fixed" attribute from the navigation of the docs? Then the nav will just
scroll away and give space for the documentation. After all, how useful is
it to constantly have the Java and Scala doc links available?

Actually, that's also the behavior for the rest of the website like in
http://flink.apache.org/community.html

On Tue, Mar 10, 2015 at 4:03 PM, Maximilian Michels <[hidden email]> wrote:

> Thanks for the feedback. Merged.
>
> On Tue, Mar 10, 2015 at 11:34 AM, Márton Balassi
> <[hidden email]> wrote:
> > +1
> >
> > On Tue, Mar 10, 2015 at 11:28 AM, Hermann Gábor <[hidden email]>
> > wrote:
> >
> >> Looks nice, +1 for the new one.
> >>
> >> On Tue, Mar 10, 2015 at 11:24 AM Maximilian Michels <[hidden email]>
> >> wrote:
> >>
> >> > Seems like my smart data crawling web mail took the linked images out.
> >> > So here we go again:
> >> >
> >> > New
> >> > http://i.imgur.com/KK7fhiR.png
> >> >
> >> > Old
> >> > http://i.imgur.com/kP2LPnY.png
> >> >
> >> > On Tue, Mar 10, 2015 at 11:17 AM, Stephan Ewen <[hidden email]>
> wrote:
> >> > > Looks the same to me ;-)
> >> > >
> >> > > The mailing lists do not support attachments...
> >> > >
> >> > > On Tue, Mar 10, 2015 at 11:15 AM, Maximilian Michels <
> [hidden email]>
> >> > wrote:
> >> > >
> >> > >> So here are the proposed changes.
> >> > >>
> >> > >> New
> >> > >>
> >> > >>
> >> > >> Old
> >> > >>
> >> > >>
> >> > >>
> >> > >>
> >> > >> If there are no objections, I will merge this by the end of the
> day.
> >> > >>
> >> > >> Best regards,
> >> > >> Max
> >> > >>
> >> > >> On Mon, Mar 9, 2015 at 4:22 PM, Hermann Gábor <
> [hidden email]>
> >> > >> wrote:
> >> > >>
> >> > >> > Thanks Gyula, that helps a lot :D
> >> > >> >
> >> > >> > Nice solution. Thank you Max!
> >> > >> > I also support the reduced header size!
> >> > >> >
> >> > >> > Cheers,
> >> > >> > Gabor
> >> > >> >
> >> > >> > On Mon, Mar 9, 2015 at 3:36 PM Márton Balassi <
> >> > [hidden email]>
> >> > >> > wrote:
> >> > >> >
> >> > >> > > +1 for the proposed solution from Max
> >> > >> > > +1 for decreasing the size: but let's have preview, I also
> think
> >> > that
> >> > >> the
> >> > >> > > current one is a bit too large
> >> > >> > >
> >> > >> > > On Mon, Mar 9, 2015 at 2:16 PM, Maximilian Michels <
> >> [hidden email]>
> >> > >> > wrote:
> >> > >> > >
> >> > >> > > > We can fix this for the headings by adding the following CSS
> >> rule:
> >> > >> > > >
> >> > >> > > > h1, h2, h3, h4 {
> >> > >> > > >     padding-top: 100px;
> >> > >> > > >     margin-top: -100px;
> >> > >> > > > }
> >> > >> > > >
> >> > >> > > > In the course of changing this, we could also reduce the
> size of
> >> > the
> >> > >> > > > navigation header in the docs. It is occupies too much space
> and
> >> > >> > > > doesn't have a lot of functionality. I'd suggest to half its
> >> size.
> >> > >> The
> >> > >> > > > positioning at the top is fine for me.
> >> > >> > > >
> >> > >> > > >
> >> > >> > > > Kind regards,
> >> > >> > > > Max
> >> > >> > > >
> >> > >> > > > On Mon, Mar 9, 2015 at 2:08 PM, Hermann Gábor <
> >> > [hidden email]>
> >> > >> > > > wrote:
> >> > >> > > > > I think the navigation looks nice this way.
> >> > >> > > > >
> >> > >> > > > > It's rather a small CSS/HTML problem that the header shades
> >> the
> >> > >> title
> >> > >> > > > when
> >> > >> > > > > clicking on an anchor link.
> >> > >> > > > > (It's that the content starts at top, but there is the
> header
> >> > >> > covering
> >> > >> > > > it.)
> >> > >> > > > >
> >> > >> > > > > I'm not much into web stuff, but I would gladly fix it.
> >> > >> > > > >
> >> > >> > > > > Can someone help me with this?
> >> > >> > > > >
> >> > >> > > > > On Sun, Mar 8, 2015 at 9:52 PM Stephan Ewen <
> [hidden email]
> >> >
> >> > >> > wrote:
> >> > >> > > > >
> >> > >> > > > >> I agree, it is not optimal.
> >> > >> > > > >>
> >> > >> > > > >> What would be a better way to do this? Have the main
> >> navigation
> >> > >> > > > (currently
> >> > >> > > > >> on the left) at the top, and the per-page navigation on
> the
> >> > side?
> >> > >> > > > >>
> >> > >> > > > >> Do you want to take a stab at this?
> >> > >> > > > >>
> >> > >> > > > >> On Sun, Mar 8, 2015 at 7:08 PM, Hermann Gábor <
> >> > >> [hidden email]
> >> > >> > >
> >> > >> > > > >> wrote:
> >> > >> > > > >>
> >> > >> > > > >> > Hey,
> >> > >> > > > >> >
> >> > >> > > > >> > Currently following an anchor link (e.g.
> #transformations
> >> > >> > > > >> > <
> >> > >> > > > >> > http://ci.apache.org/projects/flink/flink-docs-master/
> >> > >> > > > >> programming_guide.html#transformations
> >> > >> > > > >> > >)
> >> > >> > > > >> > results in the header occupying the top of the page,
> thus
> >> the
> >> > >> > title
> >> > >> > > > and
> >> > >> > > > >> > some of the first lines cannot be seen. This is not a
> big
> >> > deal,
> >> > >> > but
> >> > >> > > > it's
> >> > >> > > > >> > user-facing and a bit irritating.
> >> > >> > > > >> >
> >> > >> > > > >> > Can someone fix it, please?
> >> > >> > > > >> >
> >> > >> > > > >> > (I tried it on Firefox and Chromium on Ubuntu 14.10)
> >> > >> > > > >> >
> >> > >> > > > >> > Cheers,
> >> > >> > > > >> > Gabor
> >> > >> > > > >> >
> >> > >> > > > >>
> >> > >> > > >
> >> > >> > >
> >> > >> >
> >> > >>
> >> >
> >>
>
Reply | Threaded
Open this post in threaded view
|

Re: Website documentation minor bug

Aljoscha Krettek-2
+1
On Mar 17, 2015 12:28 PM, "Maximilian Michels" <[hidden email]> wrote:

> Another proposal in addition to the recent changes: How about we remove the
> "fixed" attribute from the navigation of the docs? Then the nav will just
> scroll away and give space for the documentation. After all, how useful is
> it to constantly have the Java and Scala doc links available?
>
> Actually, that's also the behavior for the rest of the website like in
> http://flink.apache.org/community.html
>
> On Tue, Mar 10, 2015 at 4:03 PM, Maximilian Michels <[hidden email]>
> wrote:
>
> > Thanks for the feedback. Merged.
> >
> > On Tue, Mar 10, 2015 at 11:34 AM, Márton Balassi
> > <[hidden email]> wrote:
> > > +1
> > >
> > > On Tue, Mar 10, 2015 at 11:28 AM, Hermann Gábor <[hidden email]>
> > > wrote:
> > >
> > >> Looks nice, +1 for the new one.
> > >>
> > >> On Tue, Mar 10, 2015 at 11:24 AM Maximilian Michels <[hidden email]>
> > >> wrote:
> > >>
> > >> > Seems like my smart data crawling web mail took the linked images
> out.
> > >> > So here we go again:
> > >> >
> > >> > New
> > >> > http://i.imgur.com/KK7fhiR.png
> > >> >
> > >> > Old
> > >> > http://i.imgur.com/kP2LPnY.png
> > >> >
> > >> > On Tue, Mar 10, 2015 at 11:17 AM, Stephan Ewen <[hidden email]>
> > wrote:
> > >> > > Looks the same to me ;-)
> > >> > >
> > >> > > The mailing lists do not support attachments...
> > >> > >
> > >> > > On Tue, Mar 10, 2015 at 11:15 AM, Maximilian Michels <
> > [hidden email]>
> > >> > wrote:
> > >> > >
> > >> > >> So here are the proposed changes.
> > >> > >>
> > >> > >> New
> > >> > >>
> > >> > >>
> > >> > >> Old
> > >> > >>
> > >> > >>
> > >> > >>
> > >> > >>
> > >> > >> If there are no objections, I will merge this by the end of the
> > day.
> > >> > >>
> > >> > >> Best regards,
> > >> > >> Max
> > >> > >>
> > >> > >> On Mon, Mar 9, 2015 at 4:22 PM, Hermann Gábor <
> > [hidden email]>
> > >> > >> wrote:
> > >> > >>
> > >> > >> > Thanks Gyula, that helps a lot :D
> > >> > >> >
> > >> > >> > Nice solution. Thank you Max!
> > >> > >> > I also support the reduced header size!
> > >> > >> >
> > >> > >> > Cheers,
> > >> > >> > Gabor
> > >> > >> >
> > >> > >> > On Mon, Mar 9, 2015 at 3:36 PM Márton Balassi <
> > >> > [hidden email]>
> > >> > >> > wrote:
> > >> > >> >
> > >> > >> > > +1 for the proposed solution from Max
> > >> > >> > > +1 for decreasing the size: but let's have preview, I also
> > think
> > >> > that
> > >> > >> the
> > >> > >> > > current one is a bit too large
> > >> > >> > >
> > >> > >> > > On Mon, Mar 9, 2015 at 2:16 PM, Maximilian Michels <
> > >> [hidden email]>
> > >> > >> > wrote:
> > >> > >> > >
> > >> > >> > > > We can fix this for the headings by adding the following
> CSS
> > >> rule:
> > >> > >> > > >
> > >> > >> > > > h1, h2, h3, h4 {
> > >> > >> > > >     padding-top: 100px;
> > >> > >> > > >     margin-top: -100px;
> > >> > >> > > > }
> > >> > >> > > >
> > >> > >> > > > In the course of changing this, we could also reduce the
> > size of
> > >> > the
> > >> > >> > > > navigation header in the docs. It is occupies too much
> space
> > and
> > >> > >> > > > doesn't have a lot of functionality. I'd suggest to half
> its
> > >> size.
> > >> > >> The
> > >> > >> > > > positioning at the top is fine for me.
> > >> > >> > > >
> > >> > >> > > >
> > >> > >> > > > Kind regards,
> > >> > >> > > > Max
> > >> > >> > > >
> > >> > >> > > > On Mon, Mar 9, 2015 at 2:08 PM, Hermann Gábor <
> > >> > [hidden email]>
> > >> > >> > > > wrote:
> > >> > >> > > > > I think the navigation looks nice this way.
> > >> > >> > > > >
> > >> > >> > > > > It's rather a small CSS/HTML problem that the header
> shades
> > >> the
> > >> > >> title
> > >> > >> > > > when
> > >> > >> > > > > clicking on an anchor link.
> > >> > >> > > > > (It's that the content starts at top, but there is the
> > header
> > >> > >> > covering
> > >> > >> > > > it.)
> > >> > >> > > > >
> > >> > >> > > > > I'm not much into web stuff, but I would gladly fix it.
> > >> > >> > > > >
> > >> > >> > > > > Can someone help me with this?
> > >> > >> > > > >
> > >> > >> > > > > On Sun, Mar 8, 2015 at 9:52 PM Stephan Ewen <
> > [hidden email]
> > >> >
> > >> > >> > wrote:
> > >> > >> > > > >
> > >> > >> > > > >> I agree, it is not optimal.
> > >> > >> > > > >>
> > >> > >> > > > >> What would be a better way to do this? Have the main
> > >> navigation
> > >> > >> > > > (currently
> > >> > >> > > > >> on the left) at the top, and the per-page navigation on
> > the
> > >> > side?
> > >> > >> > > > >>
> > >> > >> > > > >> Do you want to take a stab at this?
> > >> > >> > > > >>
> > >> > >> > > > >> On Sun, Mar 8, 2015 at 7:08 PM, Hermann Gábor <
> > >> > >> [hidden email]
> > >> > >> > >
> > >> > >> > > > >> wrote:
> > >> > >> > > > >>
> > >> > >> > > > >> > Hey,
> > >> > >> > > > >> >
> > >> > >> > > > >> > Currently following an anchor link (e.g.
> > #transformations
> > >> > >> > > > >> > <
> > >> > >> > > > >> >
> http://ci.apache.org/projects/flink/flink-docs-master/
> > >> > >> > > > >> programming_guide.html#transformations
> > >> > >> > > > >> > >)
> > >> > >> > > > >> > results in the header occupying the top of the page,
> > thus
> > >> the
> > >> > >> > title
> > >> > >> > > > and
> > >> > >> > > > >> > some of the first lines cannot be seen. This is not a
> > big
> > >> > deal,
> > >> > >> > but
> > >> > >> > > > it's
> > >> > >> > > > >> > user-facing and a bit irritating.
> > >> > >> > > > >> >
> > >> > >> > > > >> > Can someone fix it, please?
> > >> > >> > > > >> >
> > >> > >> > > > >> > (I tried it on Firefox and Chromium on Ubuntu 14.10)
> > >> > >> > > > >> >
> > >> > >> > > > >> > Cheers,
> > >> > >> > > > >> > Gabor
> > >> > >> > > > >> >
> > >> > >> > > > >>
> > >> > >> > > >
> > >> > >> > >
> > >> > >> >
> > >> > >>
> > >> >
> > >>
> >
>
Reply | Threaded
Open this post in threaded view
|

Re: Website documentation minor bug

Hermann Gábor
+1 for the proposal!

On Tue, Mar 17, 2015 at 4:35 PM Aljoscha Krettek <[hidden email]>
wrote:

> +1
> On Mar 17, 2015 12:28 PM, "Maximilian Michels" <[hidden email]> wrote:
>
> > Another proposal in addition to the recent changes: How about we remove
> the
> > "fixed" attribute from the navigation of the docs? Then the nav will just
> > scroll away and give space for the documentation. After all, how useful
> is
> > it to constantly have the Java and Scala doc links available?
> >
> > Actually, that's also the behavior for the rest of the website like in
> > http://flink.apache.org/community.html
> >
> > On Tue, Mar 10, 2015 at 4:03 PM, Maximilian Michels <[hidden email]>
> > wrote:
> >
> > > Thanks for the feedback. Merged.
> > >
> > > On Tue, Mar 10, 2015 at 11:34 AM, Márton Balassi
> > > <[hidden email]> wrote:
> > > > +1
> > > >
> > > > On Tue, Mar 10, 2015 at 11:28 AM, Hermann Gábor <
> [hidden email]>
> > > > wrote:
> > > >
> > > >> Looks nice, +1 for the new one.
> > > >>
> > > >> On Tue, Mar 10, 2015 at 11:24 AM Maximilian Michels <[hidden email]
> >
> > > >> wrote:
> > > >>
> > > >> > Seems like my smart data crawling web mail took the linked images
> > out.
> > > >> > So here we go again:
> > > >> >
> > > >> > New
> > > >> > http://i.imgur.com/KK7fhiR.png
> > > >> >
> > > >> > Old
> > > >> > http://i.imgur.com/kP2LPnY.png
> > > >> >
> > > >> > On Tue, Mar 10, 2015 at 11:17 AM, Stephan Ewen <[hidden email]>
> > > wrote:
> > > >> > > Looks the same to me ;-)
> > > >> > >
> > > >> > > The mailing lists do not support attachments...
> > > >> > >
> > > >> > > On Tue, Mar 10, 2015 at 11:15 AM, Maximilian Michels <
> > > [hidden email]>
> > > >> > wrote:
> > > >> > >
> > > >> > >> So here are the proposed changes.
> > > >> > >>
> > > >> > >> New
> > > >> > >>
> > > >> > >>
> > > >> > >> Old
> > > >> > >>
> > > >> > >>
> > > >> > >>
> > > >> > >>
> > > >> > >> If there are no objections, I will merge this by the end of the
> > > day.
> > > >> > >>
> > > >> > >> Best regards,
> > > >> > >> Max
> > > >> > >>
> > > >> > >> On Mon, Mar 9, 2015 at 4:22 PM, Hermann Gábor <
> > > [hidden email]>
> > > >> > >> wrote:
> > > >> > >>
> > > >> > >> > Thanks Gyula, that helps a lot :D
> > > >> > >> >
> > > >> > >> > Nice solution. Thank you Max!
> > > >> > >> > I also support the reduced header size!
> > > >> > >> >
> > > >> > >> > Cheers,
> > > >> > >> > Gabor
> > > >> > >> >
> > > >> > >> > On Mon, Mar 9, 2015 at 3:36 PM Márton Balassi <
> > > >> > [hidden email]>
> > > >> > >> > wrote:
> > > >> > >> >
> > > >> > >> > > +1 for the proposed solution from Max
> > > >> > >> > > +1 for decreasing the size: but let's have preview, I also
> > > think
> > > >> > that
> > > >> > >> the
> > > >> > >> > > current one is a bit too large
> > > >> > >> > >
> > > >> > >> > > On Mon, Mar 9, 2015 at 2:16 PM, Maximilian Michels <
> > > >> [hidden email]>
> > > >> > >> > wrote:
> > > >> > >> > >
> > > >> > >> > > > We can fix this for the headings by adding the following
> > CSS
> > > >> rule:
> > > >> > >> > > >
> > > >> > >> > > > h1, h2, h3, h4 {
> > > >> > >> > > >     padding-top: 100px;
> > > >> > >> > > >     margin-top: -100px;
> > > >> > >> > > > }
> > > >> > >> > > >
> > > >> > >> > > > In the course of changing this, we could also reduce the
> > > size of
> > > >> > the
> > > >> > >> > > > navigation header in the docs. It is occupies too much
> > space
> > > and
> > > >> > >> > > > doesn't have a lot of functionality. I'd suggest to half
> > its
> > > >> size.
> > > >> > >> The
> > > >> > >> > > > positioning at the top is fine for me.
> > > >> > >> > > >
> > > >> > >> > > >
> > > >> > >> > > > Kind regards,
> > > >> > >> > > > Max
> > > >> > >> > > >
> > > >> > >> > > > On Mon, Mar 9, 2015 at 2:08 PM, Hermann Gábor <
> > > >> > [hidden email]>
> > > >> > >> > > > wrote:
> > > >> > >> > > > > I think the navigation looks nice this way.
> > > >> > >> > > > >
> > > >> > >> > > > > It's rather a small CSS/HTML problem that the header
> > shades
> > > >> the
> > > >> > >> title
> > > >> > >> > > > when
> > > >> > >> > > > > clicking on an anchor link.
> > > >> > >> > > > > (It's that the content starts at top, but there is the
> > > header
> > > >> > >> > covering
> > > >> > >> > > > it.)
> > > >> > >> > > > >
> > > >> > >> > > > > I'm not much into web stuff, but I would gladly fix it.
> > > >> > >> > > > >
> > > >> > >> > > > > Can someone help me with this?
> > > >> > >> > > > >
> > > >> > >> > > > > On Sun, Mar 8, 2015 at 9:52 PM Stephan Ewen <
> > > [hidden email]
> > > >> >
> > > >> > >> > wrote:
> > > >> > >> > > > >
> > > >> > >> > > > >> I agree, it is not optimal.
> > > >> > >> > > > >>
> > > >> > >> > > > >> What would be a better way to do this? Have the main
> > > >> navigation
> > > >> > >> > > > (currently
> > > >> > >> > > > >> on the left) at the top, and the per-page navigation
> on
> > > the
> > > >> > side?
> > > >> > >> > > > >>
> > > >> > >> > > > >> Do you want to take a stab at this?
> > > >> > >> > > > >>
> > > >> > >> > > > >> On Sun, Mar 8, 2015 at 7:08 PM, Hermann Gábor <
> > > >> > >> [hidden email]
> > > >> > >> > >
> > > >> > >> > > > >> wrote:
> > > >> > >> > > > >>
> > > >> > >> > > > >> > Hey,
> > > >> > >> > > > >> >
> > > >> > >> > > > >> > Currently following an anchor link (e.g.
> > > #transformations
> > > >> > >> > > > >> > <
> > > >> > >> > > > >> >
> > http://ci.apache.org/projects/flink/flink-docs-master/
> > > >> > >> > > > >> programming_guide.html#transformations
> > > >> > >> > > > >> > >)
> > > >> > >> > > > >> > results in the header occupying the top of the page,
> > > thus
> > > >> the
> > > >> > >> > title
> > > >> > >> > > > and
> > > >> > >> > > > >> > some of the first lines cannot be seen. This is not
> a
> > > big
> > > >> > deal,
> > > >> > >> > but
> > > >> > >> > > > it's
> > > >> > >> > > > >> > user-facing and a bit irritating.
> > > >> > >> > > > >> >
> > > >> > >> > > > >> > Can someone fix it, please?
> > > >> > >> > > > >> >
> > > >> > >> > > > >> > (I tried it on Firefox and Chromium on Ubuntu 14.10)
> > > >> > >> > > > >> >
> > > >> > >> > > > >> > Cheers,
> > > >> > >> > > > >> > Gabor
> > > >> > >> > > > >> >
> > > >> > >> > > > >>
> > > >> > >> > > >
> > > >> > >> > >
> > > >> > >> >
> > > >> > >>
> > > >> >
> > > >>
> > >
> >
>
mxm
Reply | Threaded
Open this post in threaded view
|

Re: Website documentation minor bug

mxm
Alright, changed it for the master. I think it makes the docs much more
pleasant to read.

http://ci.apache.org/projects/flink/flink-docs-master/

On Wed, Mar 18, 2015 at 9:26 AM, Hermann Gábor <[hidden email]> wrote:

> +1 for the proposal!
>
> On Tue, Mar 17, 2015 at 4:35 PM Aljoscha Krettek <[hidden email]>
> wrote:
>
> > +1
> > On Mar 17, 2015 12:28 PM, "Maximilian Michels" <[hidden email]> wrote:
> >
> > > Another proposal in addition to the recent changes: How about we remove
> > the
> > > "fixed" attribute from the navigation of the docs? Then the nav will
> just
> > > scroll away and give space for the documentation. After all, how useful
> > is
> > > it to constantly have the Java and Scala doc links available?
> > >
> > > Actually, that's also the behavior for the rest of the website like in
> > > http://flink.apache.org/community.html
> > >
> > > On Tue, Mar 10, 2015 at 4:03 PM, Maximilian Michels <[hidden email]>
> > > wrote:
> > >
> > > > Thanks for the feedback. Merged.
> > > >
> > > > On Tue, Mar 10, 2015 at 11:34 AM, Márton Balassi
> > > > <[hidden email]> wrote:
> > > > > +1
> > > > >
> > > > > On Tue, Mar 10, 2015 at 11:28 AM, Hermann Gábor <
> > [hidden email]>
> > > > > wrote:
> > > > >
> > > > >> Looks nice, +1 for the new one.
> > > > >>
> > > > >> On Tue, Mar 10, 2015 at 11:24 AM Maximilian Michels <
> [hidden email]
> > >
> > > > >> wrote:
> > > > >>
> > > > >> > Seems like my smart data crawling web mail took the linked
> images
> > > out.
> > > > >> > So here we go again:
> > > > >> >
> > > > >> > New
> > > > >> > http://i.imgur.com/KK7fhiR.png
> > > > >> >
> > > > >> > Old
> > > > >> > http://i.imgur.com/kP2LPnY.png
> > > > >> >
> > > > >> > On Tue, Mar 10, 2015 at 11:17 AM, Stephan Ewen <
> [hidden email]>
> > > > wrote:
> > > > >> > > Looks the same to me ;-)
> > > > >> > >
> > > > >> > > The mailing lists do not support attachments...
> > > > >> > >
> > > > >> > > On Tue, Mar 10, 2015 at 11:15 AM, Maximilian Michels <
> > > > [hidden email]>
> > > > >> > wrote:
> > > > >> > >
> > > > >> > >> So here are the proposed changes.
> > > > >> > >>
> > > > >> > >> New
> > > > >> > >>
> > > > >> > >>
> > > > >> > >> Old
> > > > >> > >>
> > > > >> > >>
> > > > >> > >>
> > > > >> > >>
> > > > >> > >> If there are no objections, I will merge this by the end of
> the
> > > > day.
> > > > >> > >>
> > > > >> > >> Best regards,
> > > > >> > >> Max
> > > > >> > >>
> > > > >> > >> On Mon, Mar 9, 2015 at 4:22 PM, Hermann Gábor <
> > > > [hidden email]>
> > > > >> > >> wrote:
> > > > >> > >>
> > > > >> > >> > Thanks Gyula, that helps a lot :D
> > > > >> > >> >
> > > > >> > >> > Nice solution. Thank you Max!
> > > > >> > >> > I also support the reduced header size!
> > > > >> > >> >
> > > > >> > >> > Cheers,
> > > > >> > >> > Gabor
> > > > >> > >> >
> > > > >> > >> > On Mon, Mar 9, 2015 at 3:36 PM Márton Balassi <
> > > > >> > [hidden email]>
> > > > >> > >> > wrote:
> > > > >> > >> >
> > > > >> > >> > > +1 for the proposed solution from Max
> > > > >> > >> > > +1 for decreasing the size: but let's have preview, I
> also
> > > > think
> > > > >> > that
> > > > >> > >> the
> > > > >> > >> > > current one is a bit too large
> > > > >> > >> > >
> > > > >> > >> > > On Mon, Mar 9, 2015 at 2:16 PM, Maximilian Michels <
> > > > >> [hidden email]>
> > > > >> > >> > wrote:
> > > > >> > >> > >
> > > > >> > >> > > > We can fix this for the headings by adding the
> following
> > > CSS
> > > > >> rule:
> > > > >> > >> > > >
> > > > >> > >> > > > h1, h2, h3, h4 {
> > > > >> > >> > > >     padding-top: 100px;
> > > > >> > >> > > >     margin-top: -100px;
> > > > >> > >> > > > }
> > > > >> > >> > > >
> > > > >> > >> > > > In the course of changing this, we could also reduce
> the
> > > > size of
> > > > >> > the
> > > > >> > >> > > > navigation header in the docs. It is occupies too much
> > > space
> > > > and
> > > > >> > >> > > > doesn't have a lot of functionality. I'd suggest to
> half
> > > its
> > > > >> size.
> > > > >> > >> The
> > > > >> > >> > > > positioning at the top is fine for me.
> > > > >> > >> > > >
> > > > >> > >> > > >
> > > > >> > >> > > > Kind regards,
> > > > >> > >> > > > Max
> > > > >> > >> > > >
> > > > >> > >> > > > On Mon, Mar 9, 2015 at 2:08 PM, Hermann Gábor <
> > > > >> > [hidden email]>
> > > > >> > >> > > > wrote:
> > > > >> > >> > > > > I think the navigation looks nice this way.
> > > > >> > >> > > > >
> > > > >> > >> > > > > It's rather a small CSS/HTML problem that the header
> > > shades
> > > > >> the
> > > > >> > >> title
> > > > >> > >> > > > when
> > > > >> > >> > > > > clicking on an anchor link.
> > > > >> > >> > > > > (It's that the content starts at top, but there is
> the
> > > > header
> > > > >> > >> > covering
> > > > >> > >> > > > it.)
> > > > >> > >> > > > >
> > > > >> > >> > > > > I'm not much into web stuff, but I would gladly fix
> it.
> > > > >> > >> > > > >
> > > > >> > >> > > > > Can someone help me with this?
> > > > >> > >> > > > >
> > > > >> > >> > > > > On Sun, Mar 8, 2015 at 9:52 PM Stephan Ewen <
> > > > [hidden email]
> > > > >> >
> > > > >> > >> > wrote:
> > > > >> > >> > > > >
> > > > >> > >> > > > >> I agree, it is not optimal.
> > > > >> > >> > > > >>
> > > > >> > >> > > > >> What would be a better way to do this? Have the main
> > > > >> navigation
> > > > >> > >> > > > (currently
> > > > >> > >> > > > >> on the left) at the top, and the per-page navigation
> > on
> > > > the
> > > > >> > side?
> > > > >> > >> > > > >>
> > > > >> > >> > > > >> Do you want to take a stab at this?
> > > > >> > >> > > > >>
> > > > >> > >> > > > >> On Sun, Mar 8, 2015 at 7:08 PM, Hermann Gábor <
> > > > >> > >> [hidden email]
> > > > >> > >> > >
> > > > >> > >> > > > >> wrote:
> > > > >> > >> > > > >>
> > > > >> > >> > > > >> > Hey,
> > > > >> > >> > > > >> >
> > > > >> > >> > > > >> > Currently following an anchor link (e.g.
> > > > #transformations
> > > > >> > >> > > > >> > <
> > > > >> > >> > > > >> >
> > > http://ci.apache.org/projects/flink/flink-docs-master/
> > > > >> > >> > > > >> programming_guide.html#transformations
> > > > >> > >> > > > >> > >)
> > > > >> > >> > > > >> > results in the header occupying the top of the
> page,
> > > > thus
> > > > >> the
> > > > >> > >> > title
> > > > >> > >> > > > and
> > > > >> > >> > > > >> > some of the first lines cannot be seen. This is
> not
> > a
> > > > big
> > > > >> > deal,
> > > > >> > >> > but
> > > > >> > >> > > > it's
> > > > >> > >> > > > >> > user-facing and a bit irritating.
> > > > >> > >> > > > >> >
> > > > >> > >> > > > >> > Can someone fix it, please?
> > > > >> > >> > > > >> >
> > > > >> > >> > > > >> > (I tried it on Firefox and Chromium on Ubuntu
> 14.10)
> > > > >> > >> > > > >> >
> > > > >> > >> > > > >> > Cheers,
> > > > >> > >> > > > >> > Gabor
> > > > >> > >> > > > >> >
> > > > >> > >> > > > >>
> > > > >> > >> > > >
> > > > >> > >> > >
> > > > >> > >> >
> > > > >> > >>
> > > > >> >
> > > > >>
> > > >
> > >
> >
>
Reply | Threaded
Open this post in threaded view
|

Re: Website documentation minor bug

Hermann Gábor
Great! Thanks Max!

On Wed, Mar 18, 2015 at 11:34 AM Maximilian Michels <[hidden email]> wrote:

> Alright, changed it for the master. I think it makes the docs much more
> pleasant to read.
>
> http://ci.apache.org/projects/flink/flink-docs-master/
>
> On Wed, Mar 18, 2015 at 9:26 AM, Hermann Gábor <[hidden email]>
> wrote:
>
> > +1 for the proposal!
> >
> > On Tue, Mar 17, 2015 at 4:35 PM Aljoscha Krettek <[hidden email]>
> > wrote:
> >
> > > +1
> > > On Mar 17, 2015 12:28 PM, "Maximilian Michels" <[hidden email]> wrote:
> > >
> > > > Another proposal in addition to the recent changes: How about we
> remove
> > > the
> > > > "fixed" attribute from the navigation of the docs? Then the nav will
> > just
> > > > scroll away and give space for the documentation. After all, how
> useful
> > > is
> > > > it to constantly have the Java and Scala doc links available?
> > > >
> > > > Actually, that's also the behavior for the rest of the website like
> in
> > > > http://flink.apache.org/community.html
> > > >
> > > > On Tue, Mar 10, 2015 at 4:03 PM, Maximilian Michels <[hidden email]>
> > > > wrote:
> > > >
> > > > > Thanks for the feedback. Merged.
> > > > >
> > > > > On Tue, Mar 10, 2015 at 11:34 AM, Márton Balassi
> > > > > <[hidden email]> wrote:
> > > > > > +1
> > > > > >
> > > > > > On Tue, Mar 10, 2015 at 11:28 AM, Hermann Gábor <
> > > [hidden email]>
> > > > > > wrote:
> > > > > >
> > > > > >> Looks nice, +1 for the new one.
> > > > > >>
> > > > > >> On Tue, Mar 10, 2015 at 11:24 AM Maximilian Michels <
> > [hidden email]
> > > >
> > > > > >> wrote:
> > > > > >>
> > > > > >> > Seems like my smart data crawling web mail took the linked
> > images
> > > > out.
> > > > > >> > So here we go again:
> > > > > >> >
> > > > > >> > New
> > > > > >> > http://i.imgur.com/KK7fhiR.png
> > > > > >> >
> > > > > >> > Old
> > > > > >> > http://i.imgur.com/kP2LPnY.png
> > > > > >> >
> > > > > >> > On Tue, Mar 10, 2015 at 11:17 AM, Stephan Ewen <
> > [hidden email]>
> > > > > wrote:
> > > > > >> > > Looks the same to me ;-)
> > > > > >> > >
> > > > > >> > > The mailing lists do not support attachments...
> > > > > >> > >
> > > > > >> > > On Tue, Mar 10, 2015 at 11:15 AM, Maximilian Michels <
> > > > > [hidden email]>
> > > > > >> > wrote:
> > > > > >> > >
> > > > > >> > >> So here are the proposed changes.
> > > > > >> > >>
> > > > > >> > >> New
> > > > > >> > >>
> > > > > >> > >>
> > > > > >> > >> Old
> > > > > >> > >>
> > > > > >> > >>
> > > > > >> > >>
> > > > > >> > >>
> > > > > >> > >> If there are no objections, I will merge this by the end of
> > the
> > > > > day.
> > > > > >> > >>
> > > > > >> > >> Best regards,
> > > > > >> > >> Max
> > > > > >> > >>
> > > > > >> > >> On Mon, Mar 9, 2015 at 4:22 PM, Hermann Gábor <
> > > > > [hidden email]>
> > > > > >> > >> wrote:
> > > > > >> > >>
> > > > > >> > >> > Thanks Gyula, that helps a lot :D
> > > > > >> > >> >
> > > > > >> > >> > Nice solution. Thank you Max!
> > > > > >> > >> > I also support the reduced header size!
> > > > > >> > >> >
> > > > > >> > >> > Cheers,
> > > > > >> > >> > Gabor
> > > > > >> > >> >
> > > > > >> > >> > On Mon, Mar 9, 2015 at 3:36 PM Márton Balassi <
> > > > > >> > [hidden email]>
> > > > > >> > >> > wrote:
> > > > > >> > >> >
> > > > > >> > >> > > +1 for the proposed solution from Max
> > > > > >> > >> > > +1 for decreasing the size: but let's have preview, I
> > also
> > > > > think
> > > > > >> > that
> > > > > >> > >> the
> > > > > >> > >> > > current one is a bit too large
> > > > > >> > >> > >
> > > > > >> > >> > > On Mon, Mar 9, 2015 at 2:16 PM, Maximilian Michels <
> > > > > >> [hidden email]>
> > > > > >> > >> > wrote:
> > > > > >> > >> > >
> > > > > >> > >> > > > We can fix this for the headings by adding the
> > following
> > > > CSS
> > > > > >> rule:
> > > > > >> > >> > > >
> > > > > >> > >> > > > h1, h2, h3, h4 {
> > > > > >> > >> > > >     padding-top: 100px;
> > > > > >> > >> > > >     margin-top: -100px;
> > > > > >> > >> > > > }
> > > > > >> > >> > > >
> > > > > >> > >> > > > In the course of changing this, we could also reduce
> > the
> > > > > size of
> > > > > >> > the
> > > > > >> > >> > > > navigation header in the docs. It is occupies too
> much
> > > > space
> > > > > and
> > > > > >> > >> > > > doesn't have a lot of functionality. I'd suggest to
> > half
> > > > its
> > > > > >> size.
> > > > > >> > >> The
> > > > > >> > >> > > > positioning at the top is fine for me.
> > > > > >> > >> > > >
> > > > > >> > >> > > >
> > > > > >> > >> > > > Kind regards,
> > > > > >> > >> > > > Max
> > > > > >> > >> > > >
> > > > > >> > >> > > > On Mon, Mar 9, 2015 at 2:08 PM, Hermann Gábor <
> > > > > >> > [hidden email]>
> > > > > >> > >> > > > wrote:
> > > > > >> > >> > > > > I think the navigation looks nice this way.
> > > > > >> > >> > > > >
> > > > > >> > >> > > > > It's rather a small CSS/HTML problem that the
> header
> > > > shades
> > > > > >> the
> > > > > >> > >> title
> > > > > >> > >> > > > when
> > > > > >> > >> > > > > clicking on an anchor link.
> > > > > >> > >> > > > > (It's that the content starts at top, but there is
> > the
> > > > > header
> > > > > >> > >> > covering
> > > > > >> > >> > > > it.)
> > > > > >> > >> > > > >
> > > > > >> > >> > > > > I'm not much into web stuff, but I would gladly fix
> > it.
> > > > > >> > >> > > > >
> > > > > >> > >> > > > > Can someone help me with this?
> > > > > >> > >> > > > >
> > > > > >> > >> > > > > On Sun, Mar 8, 2015 at 9:52 PM Stephan Ewen <
> > > > > [hidden email]
> > > > > >> >
> > > > > >> > >> > wrote:
> > > > > >> > >> > > > >
> > > > > >> > >> > > > >> I agree, it is not optimal.
> > > > > >> > >> > > > >>
> > > > > >> > >> > > > >> What would be a better way to do this? Have the
> main
> > > > > >> navigation
> > > > > >> > >> > > > (currently
> > > > > >> > >> > > > >> on the left) at the top, and the per-page
> navigation
> > > on
> > > > > the
> > > > > >> > side?
> > > > > >> > >> > > > >>
> > > > > >> > >> > > > >> Do you want to take a stab at this?
> > > > > >> > >> > > > >>
> > > > > >> > >> > > > >> On Sun, Mar 8, 2015 at 7:08 PM, Hermann Gábor <
> > > > > >> > >> [hidden email]
> > > > > >> > >> > >
> > > > > >> > >> > > > >> wrote:
> > > > > >> > >> > > > >>
> > > > > >> > >> > > > >> > Hey,
> > > > > >> > >> > > > >> >
> > > > > >> > >> > > > >> > Currently following an anchor link (e.g.
> > > > > #transformations
> > > > > >> > >> > > > >> > <
> > > > > >> > >> > > > >> >
> > > > http://ci.apache.org/projects/flink/flink-docs-master/
> > > > > >> > >> > > > >> programming_guide.html#transformations
> > > > > >> > >> > > > >> > >)
> > > > > >> > >> > > > >> > results in the header occupying the top of the
> > page,
> > > > > thus
> > > > > >> the
> > > > > >> > >> > title
> > > > > >> > >> > > > and
> > > > > >> > >> > > > >> > some of the first lines cannot be seen. This is
> > not
> > > a
> > > > > big
> > > > > >> > deal,
> > > > > >> > >> > but
> > > > > >> > >> > > > it's
> > > > > >> > >> > > > >> > user-facing and a bit irritating.
> > > > > >> > >> > > > >> >
> > > > > >> > >> > > > >> > Can someone fix it, please?
> > > > > >> > >> > > > >> >
> > > > > >> > >> > > > >> > (I tried it on Firefox and Chromium on Ubuntu
> > 14.10)
> > > > > >> > >> > > > >> >
> > > > > >> > >> > > > >> > Cheers,
> > > > > >> > >> > > > >> > Gabor
> > > > > >> > >> > > > >> >
> > > > > >> > >> > > > >>
> > > > > >> > >> > > >
> > > > > >> > >> > >
> > > > > >> > >> >
> > > > > >> > >>
> > > > > >> >
> > > > > >>
> > > > >
> > > >
> > >
> >
>