mirror of
https://github.com/typemill/typemill.git
synced 2025-08-12 09:04:37 +02:00
Version 1.4.9: Rewrite slug and recreate cache
This commit is contained in:
@@ -42,7 +42,7 @@ article pre, article code{
|
||||
}
|
||||
article pre{
|
||||
white-space: pre;
|
||||
padding: 1em;
|
||||
padding: 0em;
|
||||
display: block;
|
||||
max-width: 100%;
|
||||
overflow-x: auto;
|
||||
@@ -55,7 +55,11 @@ article code{
|
||||
}
|
||||
pre > code{
|
||||
font-size: 0.8em;
|
||||
padding: 0;
|
||||
padding: 1em;
|
||||
display: inline-block;
|
||||
}
|
||||
pre > code.language-pagebreak{
|
||||
display: none;
|
||||
}
|
||||
dl{}
|
||||
dt{}
|
||||
|
Reference in New Issue
Block a user