Merge pull request #2829 from rabuzarus/0110-frio-codeblock-css-line-height

frio: improve readabillity for code blocks
This commit is contained in:
Tobias Diekershoff 2016-10-01 21:31:48 +02:00 committed by GitHub
commit bbfa7cac0f
1 changed files with 8 additions and 1 deletions

View File

@ -1422,6 +1422,7 @@ section #jotOpen {
width: 20px; width: 20px;
} }
/* wall-item content elements */
.shared-wrapper, .shared-wrapper,
.vevent { .vevent {
padding: 10px; padding: 10px;
@ -1451,6 +1452,12 @@ blockquote.shared_content {
margin-left: 0px; margin-left: 0px;
color: inherit; color: inherit;
} }
code > .hl-main {
padding: 10px 10px 1px 0;
}
.hl-main ol {
line-height: 1.7;
}
.wall-item-tags, .wall-item-tags,
.itemedited { .itemedited {
margin-top: 10px; margin-top: 10px;
@ -1500,7 +1507,7 @@ blockquote.shared_content {
.wall-item-actions .button-likes { .wall-item-actions .button-likes {
padding-left: 0px; padding-left: 0px;
padding-right: 0px; padding-right: 0px;
text-transform: capitalize; text-transform: capitalize;
} }
/* wall item hover effects */ /* wall item hover effects */