fixed code style (Added padding) to single codepieces

This commit is contained in:
gijsio
2020-07-23 12:30:47 +02:00
parent 3eb0d726f8
commit c8621236d2
2 changed files with 11 additions and 2 deletions

View File

@@ -318,9 +318,11 @@ pre > code {
margin-top: 4px;
margin-bottom: 12px;
}
/* changes 23-07-2020:
removed padding here, added in vuetify.css
*/
code {
padding: 1px;
/*padding: 1px;*/
background-color: #EEEEEE;
}

View File

@@ -2758,9 +2758,15 @@ blockquote {
border-radius: 3px;
margin-bottom: 5px;
}
/* changes 22-07-2020:
removed bottom margin from quoteblocks
*/
blockquote > p {
margin-bottom:0px;
}
/*changes 23-07-2020:
Added padding
*/
code,
kbd {
display: inline-block;
@@ -2768,6 +2774,7 @@ kbd {
white-space: pre-wrap;
font-size: 85%;
font-weight: 900;
padding: 1px 4px 1px 4px;
}
/* changes 09-07-2020: