mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-28 10:13:59 +00:00
Fix up inline-code-sample CSS
This commit is contained in:
parent
23ac44cf7e
commit
ab52afc3fb
1 changed files with 4 additions and 1 deletions
|
|
@ -77,12 +77,15 @@ pre.pre-highlight-in-pair {
|
|||
|
||||
border-top-left-radius: 6px;
|
||||
border-top-right-radius: 6px;
|
||||
|
||||
border-bottom-right-radius: 0px;
|
||||
border-bottom-left-radius: 0px;
|
||||
}
|
||||
pre.pre-non-highlight-in-pair {
|
||||
background-color: #eae2cb;
|
||||
margin-top: 0px;
|
||||
|
||||
border-top-left-radius: 0px;
|
||||
border-top-right-radius: 0px;
|
||||
border-bottom-right-radius: 6px;
|
||||
border-bottom-left-radius: 6px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue