Doc: Fix template code for unordered lists
The CSS for unordered lists placed a nested list vertically too close to its parent list item. This commit fixes the issue. Task-number: QTBUG-38217 Change-Id: Ia5003f2aab197f455ed5bbea2e1ee2e6475aaffe Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
This commit is contained in:
parent
8a96e0d83c
commit
4f31b01e36
@ -464,7 +464,7 @@ List
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
padding-bottom: 2px
|
margin-top: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
li {
|
li {
|
||||||
|
@ -348,7 +348,7 @@ List
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
padding-bottom: 2px
|
margin-top: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
li {
|
li {
|
||||||
|
Loading…
Reference in New Issue
Block a user