Skip to content
Snippets Groups Projects
Commit 6a5ebcc1 authored by Alec Theriault's avatar Alec Theriault
Browse files

Don't hide bullets in method docs

I think thst CSS was meant only to deal with fields and the
effect on bullets was accidental.

Fixes #926.
parent ed1a0c92
No related branches found
No related tags found
No related merge requests found
......@@ -682,13 +682,13 @@ div#style-menu-holder {
margin-bottom: 0.6em;
}
.subs ul {
.subs.fields ul {
list-style: none;
display: table;
margin: 0;
}
.subs ul li {
.subs.fields ul li {
display: table-row;
}
......
......@@ -466,13 +466,13 @@ div#style-menu-holder {
visibility: hidden;
}
.subs ul {
.subs.fields ul {
list-style: none;
display: table;
margin: 0;
}
.subs ul li {
.subs.fields ul li {
display: table-row;
}
......
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