diff options
| author | Alec Theriault <alec.theriault@gmail.com> | 2018-10-25 21:05:13 -0700 | 
|---|---|---|
| committer | Alec Theriault <alec.theriault@gmail.com> | 2018-10-25 21:07:12 -0700 | 
| commit | 6a5ebcc1511779f8ee7cae8cd45308ffd449b71a (patch) | |
| tree | 28cafc983337a68cb01d6c038ae0a092e995b81c /haddock-api/resources/html/NewOcean.std-theme | |
| parent | ed1a0c923823b1372928e3ee3b9e41c1df517fc3 (diff) | |
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.
Diffstat (limited to 'haddock-api/resources/html/NewOcean.std-theme')
| -rw-r--r-- | haddock-api/resources/html/NewOcean.std-theme/new-ocean.css | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/haddock-api/resources/html/NewOcean.std-theme/new-ocean.css b/haddock-api/resources/html/NewOcean.std-theme/new-ocean.css index 85d3c4d2..6751d15b 100644 --- a/haddock-api/resources/html/NewOcean.std-theme/new-ocean.css +++ b/haddock-api/resources/html/NewOcean.std-theme/new-ocean.css @@ -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;  }  | 
