Skip to content

Commit bbd2ac6

Browse files
authored
Merge pull request #2691 from invisibleroads/patch-1
Restore flat edge of rendered html code block
2 parents 63aa0df + 644a8aa commit bbd2ac6

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

notebook/static/notebook/less/renderedhtml.less

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,18 @@
5858

5959
code {
6060
background-color: #eff0f1;
61+
}
62+
63+
p code {
6164
padding: 1px 5px;
6265
}
6366

6467
pre code {background-color: @body-bg;}
6568

6669
pre, code {
67-
border: 0;
68-
color: @text-color;
69-
font-size: 100%;
70+
border: 0;
71+
color: @text-color;
72+
font-size: 100%;
7073
}
7174

7275
blockquote {margin: 1em 2em;}

0 commit comments

Comments
 (0)