mercurial/templates/static/style-paper.css
changeset 24427 811a1842cfe5
parent 24042 bf661a03fddc
child 26245 d53212d70893
--- a/mercurial/templates/static/style-paper.css	Mon Mar 23 15:41:43 2015 -0500
+++ b/mercurial/templates/static/style-paper.css	Mon Mar 23 14:47:35 2015 -0400
@@ -239,8 +239,9 @@
 
 .sourcelines > span {
   display: inline-block;
+  box-sizing: border-box;
   width: 100%;
-  padding: 1px 0px;
+  padding: 1px 0px 1px 5em;
   counter-increment: lineno;
 }
 
@@ -251,8 +252,8 @@
   -ms-user-select: none;
   user-select: none;
   display: inline-block;
+  margin-left: -5em;
   width: 4em;
-  margin-right: 1em;
   font-size: smaller;
   color: #999;
   text-align: right;