mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-17 23:34:50 +00:00
Style tweaks
This commit is contained in:
parent
5e7be56802
commit
039c9417fc
@ -35,7 +35,7 @@ code, pre {
|
||||
}
|
||||
|
||||
code {
|
||||
padding: 2px 4px;
|
||||
padding: 1px 2px;
|
||||
color: #d14;
|
||||
background-color: #f7f7f9;
|
||||
border: 1px solid #e1e1e8;
|
||||
@ -43,8 +43,8 @@ code {
|
||||
|
||||
pre {
|
||||
display: block;
|
||||
padding: 9.5px;
|
||||
margin: 0 0 10px;
|
||||
padding: 1em;
|
||||
margin: 0 0 1em;
|
||||
word-break: break-all;
|
||||
word-wrap: break-word;
|
||||
white-space: pre;
|
||||
|
Loading…
Reference in New Issue
Block a user