Example indenting

Started by Thom Brownover 15 years ago110 messagesdocs
Jump to latest
#1Thom Brown
thom@linux.com

I noticed that while the development docs indent examples (for example
http://developer.postgresql.org/pgdocs/postgres/sql-explain.html), the
main docs don't
(http://www.postgresql.org/docs/9.0/static/sql-explain.html).

As you can see, the same page on the main docs doesn't scan well, and
all the examples and paragraphs merge into a tangled mess.

Could someone update the main docs so it outputs a similar style to
the dev docs? This will probably require changes to the actual docs
to separate examples from other sections which share the same markup.

Thanks
--
Thom Brown
Registered Linux user: #516935

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Thom Brown (#1)
Re: [DOCS] Example indenting

Thom Brown <thom@linux.com> writes:

I noticed that while the development docs indent examples (for example
http://developer.postgresql.org/pgdocs/postgres/sql-explain.html), the
main docs don't
(http://www.postgresql.org/docs/9.0/static/sql-explain.html).

I believe this isn't so much a function of the docs themselves as the
webpage template they're being stuffed into on the latter site.
Probably pgsql-www is the place to complain about it.

As you can see, the same page on the main docs doesn't scan well, and
all the examples and paragraphs merge into a tangled mess.

Hm, both pages render acceptably for me in Safari --- it's true that the
examples aren't inset relative to the text on the main-docs site, but
I don't see anything "messed up" beyond that. What browser are you
using? Could you post a screenshot of what you see?

regards, tom lane

#3Peter Eisentraut
peter_e@gmx.net
In reply to: Thom Brown (#1)
Re: Example indenting

On mån, 2010-08-23 at 13:56 +0100, Thom Brown wrote:

Could someone update the main docs so it outputs a similar style to
the dev docs? This will probably require changes to the actual docs
to separate examples from other sections which share the same markup.

I suspect that the docs on the web site don't use the CSS stylesheet
that comes with the docs.

#4Tom Lane
tgl@sss.pgh.pa.us
In reply to: Thom Brown (#1)
Re: [DOCS] Example indenting

Thom Brown <thom@linux.com> writes:

On 23 August 2010 14:43, Tom Lane <tgl@sss.pgh.pa.us> wrote:

Hm, both pages render acceptably for me in Safari --- it's true that the
examples aren't inset relative to the text on the main-docs site, but
I don't see anything "messed up" beyond that. �What browser are you
using? �Could you post a screenshot of what you see?

By "mess" I mean examples aren't sufficiently distinct from paragraph
text. There's nothing actually malformed. It's more of a styling
issue from my perspective.

Ah, I see. It looks like you are using a monospaced font that is
visually very similar to your regular text font, and so with neither
a font difference or insetting, there's indeed not a lot to distinguish
example from text. On my display the two fonts are a bit more visually
distinct so it's more readable. (Checks preferences ... I've got Safari
set to Times 16 for "standard font" and Courier 13 for "fixed-width
font", though I'm not sure whether the PG docs pages make use of those
selections.)

Anyway, that was a red herring, and the question remains why the
examples are rendered without insetting on the main docs pages.
Was that intentional? I can see that it might be because the text
is already inset from the window edge more than it is on the devel site,
and so insetting the examples even more might result in page width
problems. Maybe the problem is not so much that we want to indent the
examples more as that the text needs to be indented less.

regards, tom lane

#5Magnus Hagander
magnus@hagander.net
In reply to: Tom Lane (#4)
Re: [DOCS] Example indenting

On Mon, Aug 23, 2010 at 16:33, Tom Lane <tgl@sss.pgh.pa.us> wrote:

Thom Brown <thom@linux.com> writes:

On 23 August 2010 14:43, Tom Lane <tgl@sss.pgh.pa.us> wrote:

Hm, both pages render acceptably for me in Safari --- it's true that the
examples aren't inset relative to the text on the main-docs site, but
I don't see anything "messed up" beyond that.  What browser are you
using?  Could you post a screenshot of what you see?

By "mess" I mean examples aren't sufficiently distinct from paragraph
text.  There's nothing actually malformed.  It's more of a styling
issue from my perspective.

Ah, I see.  It looks like you are using a monospaced font that is
visually very similar to your regular text font, and so with neither
a font difference or insetting, there's indeed not a lot to distinguish
example from text.  On my display the two fonts are a bit more visually
distinct so it's more readable.  (Checks preferences ... I've got Safari
set to Times 16 for "standard font" and Courier 13 for "fixed-width
font", though I'm not sure whether the PG docs pages make use of those
selections.)

Anyway, that was a red herring, and the question remains why the
examples are rendered without insetting on the main docs pages.
Was that intentional?  I can see that it might be because the text
is already inset from the window edge more than it is on the devel site,
and so insetting the examples even more might result in page width
problems.  Maybe the problem is not so much that we want to indent the
examples more as that the text needs to be indented less.

Not having dug into any details, but it seems that example is tagged
with CSS class PROGRAMLISTING - which isn't included anywhere in the
main site CSS. Whereas on the developer site, tehre is a rule for it
that gives margin-left: 4ex. Probably worth experimenting with that
one.

--
 Magnus Hagander
 Me: http://www.hagander.net/
 Work: http://www.redpill-linpro.com/

#6Thom Brown
thom@linux.com
In reply to: Magnus Hagander (#5)
Re: [DOCS] Example indenting

On 23 August 2010 15:37, Magnus Hagander <magnus@hagander.net> wrote:

On Mon, Aug 23, 2010 at 16:33, Tom Lane <tgl@sss.pgh.pa.us> wrote:

Thom Brown <thom@linux.com> writes:

On 23 August 2010 14:43, Tom Lane <tgl@sss.pgh.pa.us> wrote:

Hm, both pages render acceptably for me in Safari --- it's true that the
examples aren't inset relative to the text on the main-docs site, but
I don't see anything "messed up" beyond that.  What browser are you
using?  Could you post a screenshot of what you see?

By "mess" I mean examples aren't sufficiently distinct from paragraph
text.  There's nothing actually malformed.  It's more of a styling
issue from my perspective.

Ah, I see.  It looks like you are using a monospaced font that is
visually very similar to your regular text font, and so with neither
a font difference or insetting, there's indeed not a lot to distinguish
example from text.  On my display the two fonts are a bit more visually
distinct so it's more readable.  (Checks preferences ... I've got Safari
set to Times 16 for "standard font" and Courier 13 for "fixed-width
font", though I'm not sure whether the PG docs pages make use of those
selections.)

Anyway, that was a red herring, and the question remains why the
examples are rendered without insetting on the main docs pages.
Was that intentional?  I can see that it might be because the text
is already inset from the window edge more than it is on the devel site,
and so insetting the examples even more might result in page width
problems.  Maybe the problem is not so much that we want to indent the
examples more as that the text needs to be indented less.

Not having dug into any details, but it seems that example is tagged
with CSS class PROGRAMLISTING - which isn't included anywhere in the
main site CSS. Whereas on the developer site, tehre is a rule for it
that gives margin-left: 4ex. Probably worth experimenting with that
one.

Yes the following style is present in the dev docs, but not the www docs:

pre.LITERALLAYOUT,
.SCREEN,
.SYNOPSIS,
.PROGRAMLISTING
{
margin-left:4ex;
}

So as Peter said, the stylesheet in use isn't the same as the dev
version. Importing that one style into the www docs, it looks fine.

--
Thom Brown
Registered Linux user: #516935

#7Thom Brown
thom@linux.com
In reply to: Thom Brown (#1)
Re: [DOCS] Example indenting

On 24 August 2010 15:44, Thom Brown <thom@linux.com> wrote:

On 24 August 2010 09:35, Thom Brown <thom@linux.com> wrote:

On 23 August 2010 16:09, Thom Brown <thom@linux.com> wrote:

On 23 August 2010 15:37, Magnus Hagander <magnus@hagander.net> wrote:

On Mon, Aug 23, 2010 at 16:33, Tom Lane <tgl@sss.pgh.pa.us> wrote:

Thom Brown <thom@linux.com> writes:

On 23 August 2010 14:43, Tom Lane <tgl@sss.pgh.pa.us> wrote:

Hm, both pages render acceptably for me in Safari --- it's true that the
examples aren't inset relative to the text on the main-docs site, but
I don't see anything "messed up" beyond that.  What browser are you
using?  Could you post a screenshot of what you see?

By "mess" I mean examples aren't sufficiently distinct from paragraph
text.  There's nothing actually malformed.  It's more of a styling
issue from my perspective.

Ah, I see.  It looks like you are using a monospaced font that is
visually very similar to your regular text font, and so with neither
a font difference or insetting, there's indeed not a lot to distinguish
example from text.  On my display the two fonts are a bit more visually
distinct so it's more readable.  (Checks preferences ... I've got Safari
set to Times 16 for "standard font" and Courier 13 for "fixed-width
font", though I'm not sure whether the PG docs pages make use of those
selections.)

Anyway, that was a red herring, and the question remains why the
examples are rendered without insetting on the main docs pages.
Was that intentional?  I can see that it might be because the text
is already inset from the window edge more than it is on the devel site,
and so insetting the examples even more might result in page width
problems.  Maybe the problem is not so much that we want to indent the
examples more as that the text needs to be indented less.

Not having dug into any details, but it seems that example is tagged
with CSS class PROGRAMLISTING - which isn't included anywhere in the
main site CSS. Whereas on the developer site, tehre is a rule for it
that gives margin-left: 4ex. Probably worth experimenting with that
one.

Yes the following style is present in the dev docs, but not the www docs:

pre.LITERALLAYOUT,
.SCREEN,
.SYNOPSIS,
.PROGRAMLISTING
{
   margin-left:4ex;
}

So as Peter said, the stylesheet in use isn't the same as the dev
version.  Importing that one style into the www docs, it looks fine.

Just as a quick test, I also tried out applying a style which clearly
defines these sections.  I attach an example of how this transforms
the page (and how it looks without any style changes).  Just an idea.

The style applied here is:

pre.LITERALLAYOUT,
.SCREEN,
.SYNOPSIS,
.PROGRAMLISTING
{
 margin: 0 4ex;
 padding: 2ex 4ex;
 border-left: 4px solid #008EBD;
 background-color: #E0ECEF;
}

And this is possibly overkill, but the following CSS results in the
attached screenshot:

pre.LITERALLAYOUT,
.SCREEN,
.SYNOPSIS,
.PROGRAMLISTING
{
 margin: 0 4ex;
 padding: 2ex 4ex;
}

pre.LITERALLAYOUT,
.SCREEN
{
 border-left: 4px solid #DFA60D;
 background-color: #FFFCDF;

}

pre.SYNOPSIS
{
 border-left: 4px solid #AFAFAF;
 background-color: #EFEFEF;
}

pre.PROGRAMLISTING
{
 border-left: 4px solid #008EBD;
 background-color: #E0ECEF;
}

It makes a visual distinction between examples, definitions and actual
terminal output.

And another prototype:
http://www.flickr.com/photos/dark_ixion/4927669444/sizes/o/

(not attached because the messages don't come through otherwise)

..(and this time really without the attachment)

--
Thom Brown
Registered Linux user: #516935

#8Kevin Grittner
Kevin.Grittner@wicourts.gov
In reply to: Thom Brown (#7)
Re: [DOCS] Example indenting

Thom Brown <thom@linux.com> wrote:

And another prototype:
http://www.flickr.com/photos/dark_ixion/4927669444/sizes/o/

Wow! That looks *really* slick!

That is much more readable than what I'm used to seeing!

-Kevin

#9Joshua D. Drake
jd@commandprompt.com
In reply to: Kevin Grittner (#8)
Re: [DOCS] Example indenting

On Wed, 2010-08-25 at 17:51 -0500, Kevin Grittner wrote:

Thom Brown <thom@linux.com> wrote:

And another prototype:
http://www.flickr.com/photos/dark_ixion/4927669444/sizes/o/

Wow! That looks *really* slick!

That is much more readable than what I'm used to seeing!

Wait, what? Were going to have documentation that is representative of
someone who has designed a web page circa 2005? WOOT!

Seriously, +1. Very nice work.

Joshua D. Drake

-Kevin

--
PostgreSQL.org Major Contributor
Command Prompt, Inc: http://www.commandprompt.com/ - 509.416.6579
Consulting, Training, Support, Custom Development, Engineering
http://twitter.com/cmdpromptinc | http://identi.ca/commandprompt

#10Guillaume Lelarge
guillaume@lelarge.info
In reply to: Joshua D. Drake (#9)
Re: [DOCS] Example indenting

Le 26/08/2010 01:29, Joshua D. Drake a écrit :

On Wed, 2010-08-25 at 17:51 -0500, Kevin Grittner wrote:

Thom Brown <thom@linux.com> wrote:

And another prototype:
http://www.flickr.com/photos/dark_ixion/4927669444/sizes/o/

Wow! That looks *really* slick!

That is much more readable than what I'm used to seeing!

Wait, what? Were going to have documentation that is representative of
someone who has designed a web page circa 2005? WOOT!

Seriously, +1. Very nice work.

Yeah, quite impressive. Would love to know how Thom did that. And if I
can borrow it for the french translation of the manual :)

--
Guillaume
http://www.postgresql.fr
http://dalibo.com

#11Thom Brown
thom@linux.com
In reply to: Guillaume Lelarge (#10)
Re: [DOCS] Example indenting

On 26 August 2010 06:52, Guillaume Lelarge <guillaume@lelarge.info> wrote:

Le 26/08/2010 01:29, Joshua D. Drake a écrit :

On Wed, 2010-08-25 at 17:51 -0500, Kevin Grittner wrote:

Thom Brown <thom@linux.com> wrote:

And another prototype:
http://www.flickr.com/photos/dark_ixion/4927669444/sizes/o/

Wow!  That looks *really* slick!

That is much more readable than what I'm used to seeing!

Wait, what? Were going to have documentation that is representative of
someone who has designed a web page circa 2005? WOOT!

Seriously, +1. Very nice work.

Yeah, quite impressive. Would love to know how Thom did that. And if I
can borrow it for the french translation of the manual :)

Thanks, although I'm worried it's a bit too distracting. I got a bit
carried away as originally it was only to make the documentation more
readable, so if these changes make it less functional, it doesn't
really matter if it looks good or not. It also happens to show up
mistakes in the documentation markup on some pages, so if any similar
sort of cosmetic changes were to take place, they may have to come
after fixes to the SGML.

But I've left the CSS additions in a comment on the Flickr page:
http://www.flickr.com/photos/dark_ixion/4927669444/

Just looked at the French documentation for the first time and it
shocked at how similar my changes are. :O I wasn't aware the French
docs looked any different to the English ones.

--
Thom Brown
Registered Linux user: #516935

#12Magnus Hagander
magnus@hagander.net
In reply to: Thom Brown (#11)
Re: [DOCS] Example indenting

On Thu, Aug 26, 2010 at 09:03, Thom Brown <thom@linux.com> wrote:

On 26 August 2010 06:52, Guillaume Lelarge <guillaume@lelarge.info> wrote:

Le 26/08/2010 01:29, Joshua D. Drake a écrit :

On Wed, 2010-08-25 at 17:51 -0500, Kevin Grittner wrote:

Thom Brown <thom@linux.com> wrote:

And another prototype:
http://www.flickr.com/photos/dark_ixion/4927669444/sizes/o/

Wow!  That looks *really* slick!

That is much more readable than what I'm used to seeing!

Wait, what? Were going to have documentation that is representative of
someone who has designed a web page circa 2005? WOOT!

Seriously, +1. Very nice work.

Yeah, quite impressive. Would love to know how Thom did that. And if I
can borrow it for the french translation of the manual :)

Thanks, although I'm worried it's a bit too distracting.  I got a bit
carried away as originally it was only to make the documentation more
readable, so if these changes make it less functional, it doesn't
really matter if it looks good or not.  It also happens to show up
mistakes in the documentation markup on some pages, so if any similar
sort of cosmetic changes were to take place, they may have to come
after fixes to the SGML.

But I've left the CSS additions in a comment on the Flickr page:
http://www.flickr.com/photos/dark_ixion/4927669444/

Just looked at the French documentation for the first time and it
shocked at how similar my changes are. :O  I wasn't aware the French
docs looked any different to the English ones.

Thanks, Thom, this is great work.

And just FYI to everybody else, I've tried Thom into the task of
structuring our CSS a bit more, so that we can apply this without risk
;)

Thom - there you go, now it's public, there's no backing down now :P

--
 Magnus Hagander
 Me: http://www.hagander.net/
 Work: http://www.redpill-linpro.com/

#13Thom Brown
thom@linux.com
In reply to: Magnus Hagander (#12)
Re: [DOCS] Example indenting

On 26 August 2010 13:11, Magnus Hagander <magnus@hagander.net> wrote:

On Thu, Aug 26, 2010 at 09:03, Thom Brown <thom@linux.com> wrote:

On 26 August 2010 06:52, Guillaume Lelarge <guillaume@lelarge.info> wrote:

Le 26/08/2010 01:29, Joshua D. Drake a écrit :

On Wed, 2010-08-25 at 17:51 -0500, Kevin Grittner wrote:

Thom Brown <thom@linux.com> wrote:

And another prototype:
http://www.flickr.com/photos/dark_ixion/4927669444/sizes/o/

Wow!  That looks *really* slick!

That is much more readable than what I'm used to seeing!

Wait, what? Were going to have documentation that is representative of
someone who has designed a web page circa 2005? WOOT!

Seriously, +1. Very nice work.

Yeah, quite impressive. Would love to know how Thom did that. And if I
can borrow it for the french translation of the manual :)

Thanks, although I'm worried it's a bit too distracting.  I got a bit
carried away as originally it was only to make the documentation more
readable, so if these changes make it less functional, it doesn't
really matter if it looks good or not.  It also happens to show up
mistakes in the documentation markup on some pages, so if any similar
sort of cosmetic changes were to take place, they may have to come
after fixes to the SGML.

But I've left the CSS additions in a comment on the Flickr page:
http://www.flickr.com/photos/dark_ixion/4927669444/

Just looked at the French documentation for the first time and it
shocked at how similar my changes are. :O  I wasn't aware the French
docs looked any different to the English ones.

Thanks, Thom, this is great work.

And just FYI to everybody else, I've tried Thom into the task of
structuring our CSS a bit more, so that we can apply this without risk
;)

Thom - there you go, now it's public, there's no backing down now :P

Looks like the webkit rendering engine can't deal with rounded corners
neatly where the borders are different widths so got rid of the
left-hand border-width.

Did a little bit more today:
http://www.flickr.com/photos/dark_ixion/4929208375/sizes/o/

And I get to play with stuff on Github which I'm new to :)

--
Thom Brown
Twitter: @darkixion
IRC (freenode): dark_ixion
Registered Linux user: #516935

#14Joshua D. Drake
jd@commandprompt.com
In reply to: Thom Brown (#13)
Re: [DOCS] Example indenting

On Thu, 2010-08-26 at 17:28 +0100, Thom Brown wrote:

Looks like the webkit rendering engine can't deal with rounded corners
neatly where the borders are different widths so got rid of the
left-hand border-width.

did you use --webkit-border-radius

Did a little bit more today:
http://www.flickr.com/photos/dark_ixion/4929208375/sizes/o/

And I get to play with stuff on Github which I'm new to :)

--
PostgreSQL.org Major Contributor
Command Prompt, Inc: http://www.commandprompt.com/ - 509.416.6579
Consulting, Training, Support, Custom Development, Engineering
http://twitter.com/cmdpromptinc | http://identi.ca/commandprompt

#15Joshua D. Drake
jd@commandprompt.com
In reply to: Thom Brown (#11)
Re: [DOCS] Example indenting

On Thu, 2010-08-26 at 08:03 +0100, Thom Brown wrote:

Yeah, quite impressive. Would love to know how Thom did that. And if I
can borrow it for the french translation of the manual :)

Thanks, although I'm worried it's a bit too distracting. I got a bit
carried away as originally it was only to make the documentation more
readable, so if these changes make it less functional, it doesn't
really matter if it looks good or not.

I would consider two things since we are talking documentation.

1. Drop the shadow
2. Keep the sizes consistent on the borders (notably the left side)

It is great for it to be aesthetically pleasing but if we have those
minor inconsistencies I think it would be distracting from the
information itself.

Otherwise, I think it is a bang up job.

Sincerely,

Joshua D. Drake

--
PostgreSQL.org Major Contributor
Command Prompt, Inc: http://www.commandprompt.com/ - 509.416.6579
Consulting, Training, Support, Custom Development, Engineering
http://twitter.com/cmdpromptinc | http://identi.ca/commandprompt

#16Thom Brown
thom@linux.com
In reply to: Joshua D. Drake (#15)
Re: [DOCS] Example indenting

On 26 August 2010 18:03, Joshua D. Drake <jd@commandprompt.com> wrote:

On Thu, 2010-08-26 at 08:03 +0100, Thom Brown wrote:

Yeah, quite impressive. Would love to know how Thom did that. And if I
can borrow it for the french translation of the manual :)

Thanks, although I'm worried it's a bit too distracting.  I got a bit
carried away as originally it was only to make the documentation more
readable, so if these changes make it less functional, it doesn't
really matter if it looks good or not.

I would consider two things since we are talking documentation.

1. Drop the shadow

Okay.

2. Keep the sizes consistent on the borders (notably the left side)

All borders in the updated image are identical.

It is great for it to be aesthetically pleasing but if we have those
minor inconsistencies I think it would be distracting from the
information itself.

Agreed, and it's sort of experimental at the moment. If it doesn't
help present information better, it's useless really.

--
Thom Brown
Twitter: @darkixion
IRC (freenode): dark_ixion
Registered Linux user: #516935

#17Thom Brown
thom@linux.com
In reply to: Joshua D. Drake (#14)
Re: [DOCS] Example indenting

On 26 August 2010 18:00, Joshua D. Drake <jd@commandprompt.com> wrote:

On Thu, 2010-08-26 at 17:28 +0100, Thom Brown wrote:

Looks like the webkit rendering engine can't deal with rounded corners
neatly where the borders are different widths so got rid of the
left-hand border-width.

did you use --webkit-border-radius

Yes, although that's not the issue. It's where the width of two
perpendicular borders differ, the corner goes a bit weird in webkit
engines, so I just dropped the varying widths.

--
Thom Brown
Twitter: @darkixion
IRC (freenode): dark_ixion
Registered Linux user: #516935

#18Kevin Grittner
Kevin.Grittner@wicourts.gov
In reply to: Thom Brown (#16)
Re: [DOCS] Example indenting

Thom Brown <thom@linux.com> wrote:

Joshua D. Drake <jd@commandprompt.com> wrote:

It is great for it to be aesthetically pleasing but if we have
those minor inconsistencies I think it would be distracting from
the information itself.

Agreed, and it's sort of experimental at the moment. If it
doesn't help present information better, it's useless really.

I know this sort of thing gets pretty subjective, but having gone
back and looked at it a couple times...

(1) I don't find the shadows distracting, but I can see where that
could be a factor for some -- if it distracts anybody, I won't miss
them too much.

(2) The one thing I *do* find distracting is the wide separation in
the colors used for the different boxes (grey, yellow, blue, red).
I like the warning to stand out with red, but if the others were
somewhat more subtle differences, I think it would be less jarring
and distracting. You know, enough that you can tell the difference
if you're looking for it, and enough to register subliminally, but
not enough to slap you upside the head.

Hmmm... Does that qualify as bikeshedding?

-Kevin

#19Thom Brown
thom@linux.com
In reply to: Kevin Grittner (#18)
Re: [DOCS] Example indenting

On 26 August 2010 18:23, Kevin Grittner <Kevin.Grittner@wicourts.gov> wrote:

Thom Brown <thom@linux.com> wrote:

Joshua D. Drake <jd@commandprompt.com> wrote:

It is great for it to be aesthetically pleasing but if we have
those minor inconsistencies I think it would be distracting from
the information itself.

Agreed, and it's sort of experimental at the moment.  If it
doesn't help present information better, it's useless really.

I know this sort of thing gets pretty subjective, but having gone
back and looked at it a couple times...

(1)  I don't find the shadows distracting, but I can see where that
could be a factor for some -- if it distracts anybody, I won't miss
them too much.

(2)  The one thing I *do* find distracting is the wide separation in
the colors used for the different boxes (grey, yellow, blue, red).
I like the warning to stand out with red, but if the others were
somewhat more subtle differences, I think it would be less jarring
and distracting.  You know, enough that you can tell the difference
if you're looking for it, and enough to register subliminally, but
not enough to slap you upside the head.

I agree with this too and I'll work on making sure things look more
consistent. I'll just have to think about how to make the differences
clear without random splashes of colour on the page.

--
Thom Brown
Twitter: @darkixion
IRC (freenode): dark_ixion
Registered Linux user: #516935

#20Bruce Momjian
bruce@momjian.us
In reply to: Thom Brown (#13)
Re: [DOCS] Example indenting

Thom Brown wrote:

Thom - there you go, now it's public, there's no backing down now :P

Looks like the webkit rendering engine can't deal with rounded corners
neatly where the borders are different widths so got rid of the
left-hand border-width.

Did a little bit more today:
http://www.flickr.com/photos/dark_ixion/4929208375/sizes/o/

And I get to play with stuff on Github which I'm new to :)

That really pumps up the appearance of our docs!

--
Bruce Momjian <bruce@momjian.us> http://momjian.us
EnterpriseDB http://enterprisedb.com

+ It's impossible for everything to be true. +

#21Joshua D. Drake
jd@commandprompt.com
In reply to: Thom Brown (#19)
#22Thom Brown
thom@linux.com
In reply to: Joshua D. Drake (#21)
#23Kevin Grittner
Kevin.Grittner@wicourts.gov
In reply to: Thom Brown (#22)
#24Joshua D. Drake
jd@commandprompt.com
In reply to: Kevin Grittner (#23)
#25Thom Brown
thom@linux.com
In reply to: Kevin Grittner (#23)
#26Kevin Grittner
Kevin.Grittner@wicourts.gov
In reply to: Thom Brown (#25)
#27Thom Brown
thom@linux.com
In reply to: Kevin Grittner (#26)
#28Joshua D. Drake
jd@commandprompt.com
In reply to: Thom Brown (#27)
#29Erik Rijkers
er@xs4all.nl
In reply to: Thom Brown (#27)
#30Thom Brown
thom@linux.com
In reply to: Erik Rijkers (#29)
#31Thom Brown
thom@linux.com
In reply to: Thom Brown (#30)
#32Robert Haas
robertmhaas@gmail.com
In reply to: Thom Brown (#30)
#33Dave Page
dpage@pgadmin.org
In reply to: Thom Brown (#31)
#34Thom Brown
thom@linux.com
In reply to: Dave Page (#33)
#35Kevin Grittner
Kevin.Grittner@wicourts.gov
In reply to: Thom Brown (#34)
#36Joe Conway
mail@joeconway.com
In reply to: Thom Brown (#34)
#37Tom Lane
tgl@sss.pgh.pa.us
In reply to: Kevin Grittner (#35)
#38Thom Brown
thom@linux.com
In reply to: Tom Lane (#37)
#39Kevin Grittner
Kevin.Grittner@wicourts.gov
In reply to: Tom Lane (#37)
#40Kevin Grittner
Kevin.Grittner@wicourts.gov
In reply to: Thom Brown (#38)
#41Thom Brown
thom@linux.com
In reply to: Kevin Grittner (#40)
#42Kevin Grittner
Kevin.Grittner@wicourts.gov
In reply to: Thom Brown (#41)
#43Thom Brown
thom@linux.com
In reply to: Kevin Grittner (#42)
#44Kevin Grittner
Kevin.Grittner@wicourts.gov
In reply to: Thom Brown (#43)
#45Thom Brown
thom@linux.com
In reply to: Kevin Grittner (#44)
#46Kevin Grittner
Kevin.Grittner@wicourts.gov
In reply to: Thom Brown (#45)
#47Alvaro Herrera
alvherre@2ndquadrant.com
In reply to: Thom Brown (#43)
#48Thom Brown
thom@linux.com
In reply to: Alvaro Herrera (#47)
#49Thom Brown
thom@linux.com
In reply to: Kevin Grittner (#46)
#50Tom Lane
tgl@sss.pgh.pa.us
In reply to: Thom Brown (#49)
#51Thom Brown
thom@linux.com
In reply to: Tom Lane (#50)
#52Tom Lane
tgl@sss.pgh.pa.us
In reply to: Thom Brown (#51)
#53Joshua D. Drake
jd@commandprompt.com
In reply to: Tom Lane (#52)
#54Thom Brown
thom@linux.com
In reply to: Tom Lane (#52)
#55Bruce Momjian
bruce@momjian.us
In reply to: Joshua D. Drake (#53)
#56Kevin Grittner
Kevin.Grittner@wicourts.gov
In reply to: Thom Brown (#54)
#57Tom Lane
tgl@sss.pgh.pa.us
In reply to: Joshua D. Drake (#53)
#58Thom Brown
thom@linux.com
In reply to: Tom Lane (#57)
#59Bruce Momjian
bruce@momjian.us
In reply to: Thom Brown (#58)
#60Thom Brown
thom@linux.com
In reply to: Bruce Momjian (#59)
#61Bruce Momjian
bruce@momjian.us
In reply to: Thom Brown (#60)
#62Thom Brown
thom@linux.com
In reply to: Bruce Momjian (#61)
#63Bruce Momjian
bruce@momjian.us
In reply to: Thom Brown (#62)
#64Bruce Momjian
bruce@momjian.us
In reply to: Bruce Momjian (#63)
#65Thom Brown
thom@linux.com
In reply to: Bruce Momjian (#64)
#66Kevin Grittner
Kevin.Grittner@wicourts.gov
In reply to: Thom Brown (#65)
#67Thom Brown
thom@linux.com
In reply to: Kevin Grittner (#66)
#68Thom Brown
thom@linux.com
In reply to: Thom Brown (#67)
#69Thom Brown
thom@linux.com
In reply to: Thom Brown (#68)
#70Tom Lane
tgl@sss.pgh.pa.us
In reply to: Thom Brown (#68)
#71Thom Brown
thom@linux.com
In reply to: Tom Lane (#70)
#72Kevin Grittner
Kevin.Grittner@wicourts.gov
In reply to: Thom Brown (#69)
#73Thom Brown
thom@linux.com
In reply to: Kevin Grittner (#72)
#74Thom Brown
thom@linux.com
In reply to: Thom Brown (#73)
#75Tom Lane
tgl@sss.pgh.pa.us
In reply to: Thom Brown (#69)
#76Thom Brown
thom@linux.com
In reply to: Tom Lane (#75)
#77Tom Lane
tgl@sss.pgh.pa.us
In reply to: Thom Brown (#76)
#78Thom Brown
thom@linux.com
In reply to: Tom Lane (#77)
#79Joshua D. Drake
jd@commandprompt.com
In reply to: Tom Lane (#75)
#80Joshua D. Drake
jd@commandprompt.com
In reply to: Tom Lane (#77)
#81Thom Brown
thom@linux.com
In reply to: Joshua D. Drake (#79)
#82Tom Lane
tgl@sss.pgh.pa.us
In reply to: Joshua D. Drake (#80)
#83Joshua D. Drake
jd@commandprompt.com
In reply to: Tom Lane (#82)
#84Thom Brown
thom@linux.com
In reply to: Joshua D. Drake (#83)
#85Magnus Hagander
magnus@hagander.net
In reply to: Thom Brown (#84)
#86Alvaro Herrera
alvherre@2ndquadrant.com
In reply to: Thom Brown (#84)
#87Thom Brown
thom@linux.com
In reply to: Alvaro Herrera (#86)
#88Alvaro Herrera
alvherre@2ndquadrant.com
In reply to: Thom Brown (#87)
#89Thom Brown
thom@linux.com
In reply to: Alvaro Herrera (#88)
#90Magnus Hagander
magnus@hagander.net
In reply to: Thom Brown (#89)
#91Kevin Grittner
Kevin.Grittner@wicourts.gov
In reply to: Magnus Hagander (#90)
#92Thom Brown
thom@linux.com
In reply to: Kevin Grittner (#91)
#93Kevin Grittner
Kevin.Grittner@wicourts.gov
In reply to: Thom Brown (#92)
#94Thom Brown
thom@linux.com
In reply to: Kevin Grittner (#93)
#95Kevin Grittner
Kevin.Grittner@wicourts.gov
In reply to: Thom Brown (#94)
#96Thom Brown
thom@linux.com
In reply to: Kevin Grittner (#95)
#97Kevin Grittner
Kevin.Grittner@wicourts.gov
In reply to: Thom Brown (#96)
#98Tom Lane
tgl@sss.pgh.pa.us
In reply to: Thom Brown (#96)
#99Dave Page
dpage@pgadmin.org
In reply to: Thom Brown (#96)
#100Thom Brown
thom@linux.com
In reply to: Tom Lane (#98)
#101Thom Brown
thom@linux.com
In reply to: Dave Page (#99)
#102Dave Page
dpage@pgadmin.org
In reply to: Thom Brown (#101)
#103Thom Brown
thom@linux.com
In reply to: Dave Page (#102)
#104Dave Page
dpage@pgadmin.org
In reply to: Thom Brown (#103)
#105Thom Brown
thom@linux.com
In reply to: Tom Lane (#98)
#106Tom Lane
tgl@sss.pgh.pa.us
In reply to: Thom Brown (#105)
#107Thom Brown
thom@linux.com
In reply to: Tom Lane (#106)
#108Bruce Momjian
bruce@momjian.us
In reply to: Thom Brown (#105)
#109Thom Brown
thom@linux.com
In reply to: Bruce Momjian (#108)
#110Bruce Momjian
bruce@momjian.us
In reply to: Thom Brown (#109)