mirror of
https://github.com/sascha-hemi/pycom-documentation.git
synced 2026-03-21 03:04:13 +01:00
updated list margin bottom
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user