Improved styles for hiding line numbers.
This commit is contained in:
parent
e87ef0d40e
commit
afccb144b1
1 changed files with 1 additions and 0 deletions
|
@ -119,6 +119,7 @@ td.rouge-code {
|
|||
/* Hide line numbers for default, console, and terminal code snippets */
|
||||
div {
|
||||
&[class^='highlighter-rouge'],
|
||||
&.language-plaintext.highlighter-rouge,
|
||||
&.language-console.highlighter-rouge,
|
||||
&.language-terminal.highlighter-rouge {
|
||||
pre.lineno {
|
||||
|
|
Loading…
Reference in a new issue