Taxonomy name in the middle of the text in handbooks
suy - December 13, 2007 - 21:57
| Project: | Drupal.org webmasters |
| Component: | Other |
| Category: | bug report |
| Priority: | normal |
| Assigned: | dww |
| Status: | closed |
Jump to:
Description
Hi.
In the handbooks, the taxonomy names appear floated to the right, but the main text is almost the same color, the same size, and the same font, so it looks pretty ugly, and hard to read. E.g.:
Simply adding div.content {clear: right;} to the stylesheet, seems to fix it.

#1
I think a better fix might be to group the two divs in the theme that sit on the same line (when both are present -- see http://drupal.org/node/201453 for details) class="info-page" and class="terms" into a wrapper and set class="clear-block" on that.
#2
Please please, someone who can fix this, it looks really bad. It makes Drupal's flagship site (d.o) look quite silly.
#3
Clear your browser cache and it should be fixed now. I basically did what joachim suggested: the terms and *-info divs are now wrapped in a class="clear-block" div. Looks fine to me. Someone can reopen this if they don't like it. I committed the change to bluebeach in the private repo in both HEAD and DRUPAL-5, and updated d.o.
#4
Much better, but not completely fixed, e.g:
http://drupal.org/node/121883
If the title is too long, but that's not usually an issue, I would suspect the title should be shorter anyway!
#5
As I said, you have to clear your browser cache on each page load. And, the cache for anonymous users will be wrong for a while until things timeout or are replaced. shift-reload on the page you linked to and it looks fine to me now.
#6
Sorry. Not sure what happened there, it was working on some pages and not on others, but now it works on all! Very much better.
By day, I'm a mathematician, and those little visual bugs really annoy me. Thank You. You're a star.
#7
Automatically closed -- issue fixed for two weeks with no activity.