This commit is contained in:
McShelby 2023-06-15 21:18:24 +00:00
parent b3b0f4f6c4
commit 6835f9ebfb
380 changed files with 9285 additions and 9282 deletions

View file

@ -667,17 +667,17 @@ pre code {
}
/* increase code column to full width if highlight shortcode was used in table lineno mode */
td.lntd:nth-child(2){
div.highlight td:nth-child(2){
width: 100%;
}
/* remove border from lineno column if highlight shortcode was used in table lineno mode */
td.lntd > pre.chroma:not(.pre-code) {
div.highlight td > pre:not(.pre-code) {
border-bottom-right-radius: 0;
border-right-width: 0;
border-top-right-radius: 0;
}
td.lntd:nth-child(2) pre {
div.highlight td:nth-child(2) pre {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
@ -1981,6 +1981,6 @@ html[dir="rtl"] #sidebar ul.collapsible-menu > li > label > i.fa-chevron-right {
border-width: 0;
}
/* re-add border on code column if a single in tab and highlight shortcode was used in table lineno mode */
#body .tab-content-text > div.highlight:only-child td.lntd:nth-child(2) pre {
#body .tab-content-text > div.highlight:only-child td:nth-child(2) pre {
border-left-width: 1px;
}