BWA: Ordered Lists have no top margin #53407

Closed
opened 2017-11-27 23:21:33 +01:00 by Aaron Carlisle · 7 comments
Contributor

The ordered lists <ol> does not have any top margin which is rendered differently than <ul>

Example HTML code:

<ol>
     <li>Ordered list item one</li>
     <li>Ordered list item two</li>
     <li>Ordered list item three</li>
</ol>

Example live page: https://www.blender.org/get-involved/documenters/
Compare "How to Get Started" with "Communication"

The ordered lists `<ol>` does not have any top margin which is rendered differently than `<ul>` Example HTML code: ``` <ol> <li>Ordered list item one</li> <li>Ordered list item two</li> <li>Ordered list item three</li> </ol> ``` Example live page: https://www.blender.org/get-involved/documenters/ Compare "How to Get Started" with "Communication"
Author
Contributor

Changed status to: 'Open'

Changed status to: 'Open'
Author
Contributor

Added subscribers: @Blendify, @pablovazquez, @fsiddi

Added subscribers: @Blendify, @pablovazquez, @fsiddi
Author
Contributor

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.

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'

Changed status from 'Open' to: 'Resolved'
Pablo Vazquez self-assigned this 2017-11-28 12:40:59 +01:00

Fixed in production.

Just FYI, also fixed a typo in the title (Documen*tion) and renamed /documenters to /documentation with a redirect.

Fixed in production. Just FYI, also fixed a typo in the title (Documen*tion) and renamed /documenters to /documentation with a redirect.
Author
Contributor

Thank you!

Thank you!
Author
Contributor

There is still a 5px difference between p tags and the list tags.

p tags have 15px while list tags have 10px margins.

There is still a 5px difference between p tags and the list tags. p tags have 15px while list tags have 10px margins.
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: infrastructure/web-assets#53407
No description provided.