Merge pull request #2829 from rabuzarus/0110-frio-codeblock-css-line-height
frio: improve readabillity for code blocks
This commit is contained in:
commit
bbfa7cac0f
1 changed files with 8 additions and 1 deletions
|
@ -1422,6 +1422,7 @@ section #jotOpen {
|
|||
width: 20px;
|
||||
}
|
||||
|
||||
/* wall-item content elements */
|
||||
.shared-wrapper,
|
||||
.vevent {
|
||||
padding: 10px;
|
||||
|
@ -1451,6 +1452,12 @@ blockquote.shared_content {
|
|||
margin-left: 0px;
|
||||
color: inherit;
|
||||
}
|
||||
code > .hl-main {
|
||||
padding: 10px 10px 1px 0;
|
||||
}
|
||||
.hl-main ol {
|
||||
line-height: 1.7;
|
||||
}
|
||||
.wall-item-tags,
|
||||
.itemedited {
|
||||
margin-top: 10px;
|
||||
|
|
Loading…
Reference in a new issue