Skip to content

Commit b840d43

Browse files
committed
remove border on code roles
1 parent 8752d86 commit b840d43

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/_static/libtmux.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,9 @@ code.literal {
4747
color: #24292e;
4848
box-sizing: border-box;
4949
display: inline-block;
50-
padding: 0 5px;
50+
padding: 0;
5151
background: #fafcfc;
5252
border: 1px solid #f0f4f7;
53-
border-radius: 4px;
5453
line-height: 20px;
5554
}
5655

0 commit comments

Comments
 (0)