Commit 25d93987 authored by Jason Hollingsworth's avatar Jason Hollingsworth

Fix shifting line numbers.

parent 74f1da10
......@@ -33,20 +33,21 @@
padding: 10px;
text-align: right;
float: left;
width: 60px;
a {
font-family: $monospace_font;
display: block;
font-size: 12px !important;
line-height: 16px !important;
white-space: nowrap;
i {
display: none;
visibility: hidden;
@extend .pull-left;
}
&:hover i {
display: inline;
visibility: visible;
}
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment