1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-02 12:47:41 +02:00

Merge pull request #540 from Abijeet/master

Added styles to fix margin bottom for  nested lists
This commit is contained in:
Laurent Cozic 2018-05-20 12:24:01 +01:00 committed by GitHub
commit 2db3998f11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,6 +20,10 @@
color: white;
}
ul ul, ul ol, ol ul, ol ol {
margin-bottom: 0px;
}
.katex { font-size: 1.3em; } /* This controls the global Katex font size*/
</style>
</head>