Skip to content

Commit

Permalink
prevent wrapping of linenumbers with over 100 lines
Browse files Browse the repository at this point in the history
  • Loading branch information
papegaaij committed Dec 12, 2012
1 parent 83e1847 commit 6b42255
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -6,7 +6,7 @@
top: 50%;
left: 50%;
z-index: 1050;
width: 880px;
width: 895px;
margin: -250px 0 0 -440px;
overflow: auto;
background-color: white;
Expand Down Expand Up @@ -55,7 +55,7 @@
.validation-report input {
display: inline-block;
margin-bottom: 2px;
width: 666px;
width: 681px;
height: 18px;
padding: 4px;
font-size: 13px;
Expand Down Expand Up @@ -213,7 +213,7 @@ td.linenrs {
vertical-align:top;
padding-top:1em;
text-align:right;
width:3em;
width:5em;
}

.validation-report pre code.error, pre code.error * {
Expand Down

0 comments on commit 6b42255

Please sign in to comment.