Skip to content
Snippets Groups Projects
Commit dfc0fe15 authored by Alexander Plavin's avatar Alexander Plavin
Browse files

paper: fix rendering of the first tab in a line in Webkit (issue3990)

This fixes issue3990 for Webkit-browsers, and also older Opera versions.
Rendering in firefox is not changed.
parent e111d5e6
No related branches found
No related tags found
No related merge requests found
...@@ -250,6 +250,7 @@ ...@@ -250,6 +250,7 @@
color: #999; color: #999;
text-align: right; text-align: right;
content: counters(lineno, "."); content: counters(lineno, ".");
float: left;
} }
.sourcelines > span:target, tr:target td { .sourcelines > span:target, tr:target td {
......
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