Skip to content
Snippets Groups Projects
Commit e1ae57fd authored by Petr Strakos's avatar Petr Strakos
Browse files

Delete line-numbers.css

parent 66ef5a33
No related branches found
No related tags found
No related merge requests found
.line-numbers{
/* Set "line-numbers-counter" to 0 */
counter-reset: line-numbers-counter;
}
.line-numbers .remark-code-line::before {
/* Increment "line-numbers-counter" by 1 */
counter-increment: line-numbers-counter;
content: counter(line-numbers-counter);
text-align: right;
width: 55px;
border-right: 1px solid #aaa;
display: inline-block;
margin-right: 10px;
padding: 0 5px;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment