mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-09 17:42:19 +00:00
cleanup unneeded css
This commit is contained in:
parent
c2b05d30db
commit
1e7f45ae91
1 changed files with 0 additions and 20 deletions
|
@ -4,26 +4,6 @@
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Start: Turn off individual column border, margin, and padding when line numbers are showing */
|
|
||||||
.highlight-wrapper .lntd pre {
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.chroma .lntd pre {
|
|
||||||
border: 0px solid #ccc;
|
|
||||||
}
|
|
||||||
|
|
||||||
.chroma .lntd:first-child {
|
|
||||||
padding: 7px 7px 7px 10px;
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.chroma .lntd:last-child {
|
|
||||||
padding: 7px 10px 7px 7px;
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
/* End: Turn off individual column border, margin, and padding when line numbers are showing */
|
|
||||||
|
|
||||||
.highlight {
|
.highlight {
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 0;
|
z-index: 0;
|
||||||
|
|
Loading…
Reference in a new issue