-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi Ramiro,
On 10/13/2011 05:35 AM, Ramiro Morales wrote: > Belated +1 to this -- Great finding and fix Luke. Indeed. > But it seems this is affecting styling of locally generated builds of > the HTML version of the docs. > > Fon an example see (from tutorial part #1) http://i.imgur.com/CQrjo.png > > Compare that with: > > https://docs.djangoproject.com/en/dev/intro/tutorial01/ > > There are a lot of other bulleted (and numbered?) lists in our docs that sport > the same green vertical bar at the left as the two-elements one at the top > of that page. > > Looking at the ReST documentation[1] it seems the indentation we use for > such lists are non-conventional and would explain this. > > Can anybody confirm this?. If so, we have a bunch of documentation > .txt files to tweak. > > (also, if/when we fix this we should verify that we don't break the stylin > of the affected parts in the docs.djangoproject.com) I ran into the same problem on the "These files are:" list further down that same page when working on #15372. I checked the standard ReST syntax, de-indented the list as part of my patch, and it fixed the problem locally. It also doesn't seem to have caused any problem on docs.djangoproject.com. If you view source on docs.djangoproject.com, that two-element list up top is in fact wrapped in a blockquote, it's just that apparently the dp.com styles don't style blockquotes. The blockquote doesn't make any sense semantically, so I vote we do fix the list indentation throughout the docs to get rid of the spurious blockquotes. Carl -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk6XFDcACgkQ8W4rlRKtE2cOBgCggSK/h7vYlqw5uQnh9zxT4ZVX 9i8AnAxsx7/UxrS65COC8llUuTN0ypdZ =dgJo -----END PGP SIGNATURE----- -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com. To unsubscribe from this group, send email to django-developers+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-developers?hl=en.