Closed (fixed)
Project:
Bluecheese
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
30 Dec 2012 at 23:33 UTC
Updated:
4 Jan 2014 at 02:42 UTC
Jump to comment: Most recent, Most recent file

Comments
Comment #1
niek_kloots commentedAfter 3 weeks still nothing.
It's The Drupal.org website itself we're talking about.
One should expect that this would be fixed fast. Don't tell me that it's difficult to mend.
Comment #2
dddave commentedThis is pretty embarrassing and should be repaired asap. It seems that there is not enough padding on the
<ol>.Comment #3
dddave commentedBetter title, really not sure about the component.
Comment #4
killes@www.drop.org commentedMoving over to bluecheese
Comment #5
niek_kloots commented@killes 45 days later and still nothing done! Not even assigned to someone!
This website is the showcase of Drupal and they can't fix their own backyard?
All the talk about Drupal 8 (with the site later made in D8 I presume) but the site in D7 still not fixed?
Makes me wonder and sad.
Comment #6
niek_kloots commented@killes 53 days later and still nothing done! Not even assigned to someone!
This website is the showcase of Drupal and they can't fix their own backyard?
All the talk about Drupal 8 (with the site later made in D8 I presume) but the site in D7 still not fixed?
Makes me wonder and sad.
Comment #7
ayesh commentedDrupal.org is a Drupal 6 site and IMO, this is not a critical issue (although I agree it's somewhat annoying).
I hope anyone with access to drupal.org would increase
padding-leftto5emor something.Comment #8
drupalshrek commentedI have had a look at this problem, and the problem appears that the CSS has:
ol {
list-style: decimal inside;
}
This should be changed to use the default list-style-position property (c.f. http://www.w3schools.com/cssref/pr_list-style-position.asp):
ol {
list-style: decimal;
}
I have tried this locally and it fixes the problem. It needs someone with access to d.o. to fix it though.
Comment #9
tvn commentedol actually has list-style outside, but overflow: hidden. Removed it and the list looks ok.
http://tvn-drupal.redesign.devdrupal.org/project/modules/index (this page loads ridiculously slowly on dev site)
Comment #10
drummCommitted and should be deployed on staging.devdrupal.org.
Comment #11
drummAnd deployed. The D7 issue for this is #1526240: ol styles are cutting off larger numbers
Comment #12.0
(not verified) commentededit: added line