Skip to content

Commit

Permalink
Make listings more compact
Browse files Browse the repository at this point in the history
  • Loading branch information
ralsina committed May 20, 2018
1 parent def2052 commit 93bae02
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion v7/hyde/assets/css/poole.css
Expand Up @@ -163,7 +163,7 @@ pre {
display: block;
margin-top: 0;
margin-bottom: 1rem;
padding: 1rem;
padding: 0;
font-size: .8rem;
line-height: 1.4;
white-space: pre;
Expand All @@ -174,6 +174,7 @@ pre {
pre code {
padding: 0;
font-size: 100%;
margin: 0;
color: inherit;
background-color: transparent;
}
Expand Down Expand Up @@ -471,3 +472,7 @@ a.pagination-item:hover {
border-bottom-right-radius: 4px;
}
}

pre.code.literal-block {
margin-left: 0;
}

0 comments on commit 93bae02

Please sign in to comment.