Skip to content
Snippets Groups Projects
Commit 4ab5837e authored by Neil Drumm's avatar Neil Drumm :wave:
Browse files

Issue #2413311: Improve lists in the main content area, such as class hierarchies

parent 254ed467
No related branches found
No related tags found
No related merge requests found
...@@ -19,6 +19,17 @@ ...@@ -19,6 +19,17 @@
width: 90%; width: 90%;
max-width: none; max-width: none;
} }
// Lists in the main content area, such as class hierarchies.
#content ul {
padding-left: 0;
ul {
padding-left: 1.5em;
}
.item-list li {
list-style: disc;
}
}
} }
// 'View source' lists // 'View source' lists
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment