BWA: Ordered Lists have no top margin #53407
Labels
No Label
legacy project
Infrastructure: Blender Web Assets
legacy project
Infrastructure: Websites
Priority
High
Priority
Low
Priority
Normal
Status
Archived
Status
Resolved
Type
Design
Type
Report
Type
To Do
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: infrastructure/web-assets#53407
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The ordered lists
<ol>
does not have any top margin which is rendered differently than<ul>
Example HTML code:
Example live page: https://www.blender.org/get-involved/documenters/
Compare "How to Get Started" with "Communication"
Changed status to: 'Open'
Added subscribers: @Blendify, @pablovazquez, @fsiddi
The issue is here: https://developer.blender.org/diffusion/BWA/browse/master/styles/main.sass$457 if I can I will write a patch if not someone can take this up.
Changed status from 'Open' to: 'Resolved'
Fixed in production.
Just FYI, also fixed a typo in the title (Documen*tion) and renamed /documenters to /documentation with a redirect.
Thank you!
There is still a 5px difference between p tags and the list tags.
p tags have 15px while list tags have 10px margins.