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:
Topi Reinio 2014-04-09 11:48:57 +02:00 committed by The Qt Project
parent 8a96e0d83c
commit 4f31b01e36
2 changed files with 2 additions and 2 deletions

View File

@ -464,7 +464,7 @@ List
*/
ul {
padding-bottom: 2px
margin-top: 10px;
}
li {

View File

@ -348,7 +348,7 @@ List
*/
ul {
padding-bottom: 2px
margin-top: 10px;
}
li {