diff --git a/themes/doc-theme/static/css/doc-theme.css b/themes/doc-theme/static/css/doc-theme.css index 79a1a4d..509acd6 100644 --- a/themes/doc-theme/static/css/doc-theme.css +++ b/themes/doc-theme/static/css/doc-theme.css @@ -129,9 +129,13 @@ a.bread:hover { .theme--dark.v-navigation-drawer:not(.v-navigation-drawer--floating) .v-navigation-drawer__border { background-color: transparent; } - +/* changes 24-07-2020: +due to adding margin-bottom to ul and ol, +we need to remove it here +*/ ul.lefttree { margin-left: -8px; + margin-bottom: 0px; } a, li.lefttree > a { diff --git a/themes/doc-theme/static/css/vuetify.css b/themes/doc-theme/static/css/vuetify.css index 8f62c96..a6c5585 100644 --- a/themes/doc-theme/static/css/vuetify.css +++ b/themes/doc-theme/static/css/vuetify.css @@ -2816,9 +2816,13 @@ html { ::-ms-reveal { display: none; } +/* changes 24-07-2020: +added margin-bottom for ul and ol +*/ ul, ol { padding-left: 24px; + margin-bottom: 10px; } .display-4 { font-size: 112px !important;