Feature #336
Docs List Formatting
| Status: | New | Start date: | 02/10/2012 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| Tag: |
Description
List items aren't displayed properly in certain cases:
1) <ol type="a">
2) 2nd and 3rd level lists
Fix to default HTML display.
This appears to be due to style rules in bp-docs.css
/* Reversing some resets done by bp-default */
.doc-content ul {
list-style: disc;
}
.doc-content ol {
list-style: decimal;
}
.doc-content li {
margin-left: 20px;
}
.doc-content blockquote {
background: #eaeaea;
padding: 5px;
margin: 10px 30px;
}
History
Updated by Pea Lutz over 1 year ago
- Tracker changed from Feature to 6
Updated by Lippe Lippe about 1 year ago
- Tracker changed from 6 to Feature