File tree Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ powerful traversal features::
157157
158158.. _BSD : http://opensource.org/licenses/BSD-3-Clause
159159.. _developing and testing : http://libtmux.git-pull.com/en/latest/developing.html
160- .. _tmuxp : https://github. com/tony/tmuxp
160+ .. _tmuxp : https://tmuxp.git-pull. com/
161161.. _documentation : https://libtmux.git-pull.com/
162162.. _API : https://libtmux.git-pull.com/en/latest/api.html
163163.. _architectural details : https://libtmux.git-pull.com/en/latest/about.html
Original file line number Diff line number Diff line change @@ -42,13 +42,16 @@ div.note {
4242 border-left : 5px solid # bb5557 ;
4343}
4444
45- code {
46- background-color : rgba (27 , 31 , 35 , 0.05 );
47- border-radius : 3px ;
48- color : # 24292e ;
45+ code .literal {
4946 font-size : 85% ;
50- padding-bottom : 0.2em ;
51- padding-top : 0.2em ;
47+ color : # 24292e ;
48+ box-sizing : border-box;
49+ display : inline-block;
50+ padding : 0 5px ;
51+ background : # fafcfc ;
52+ border : 1px solid # f0f4f7 ;
53+ border-radius : 4px ;
54+ line-height : 20px ;
5255}
5356
5457code ::before , code ::after {
You can’t perform that action at this time.
0 commit comments