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

Fix shifting line numbers.

parent 74f1da10
...@@ -33,20 +33,21 @@ ...@@ -33,20 +33,21 @@
padding: 10px; padding: 10px;
text-align: right; text-align: right;
float: left; float: left;
width: 60px;
a { a {
font-family: $monospace_font; font-family: $monospace_font;
display: block; display: block;
font-size: 12px !important; font-size: 12px !important;
line-height: 16px !important; line-height: 16px !important;
white-space: nowrap;
i { i {
display: none; visibility: hidden;
@extend .pull-left;
} }
&:hover i { &: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