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
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.:

http://drupal.org/node/326

Simply adding div.content {clear: right;} to the stylesheet, seems to fix it.

#1

joachim - December 16, 2007 - 22:08

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

Steven Jones - December 18, 2007 - 21:22
Priority:minor» normal

Please please, someone who can fix this, it looks really bad. It makes Drupal's flagship site (d.o) look quite silly.

#3

dww - December 18, 2007 - 22:02
Assigned to:Anonymous» dww
Status:active» fixed

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

Steven Jones - December 18, 2007 - 22:20

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

dww - December 18, 2007 - 22:22

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

Steven Jones - December 18, 2007 - 22:29

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

Anonymous - January 1, 2008 - 22:32
Status:fixed» closed

Automatically closed -- issue fixed for two weeks with no activity.

 
 

Drupal is a registered trademark of Dries Buytaert.