Skip to content

Commit

Permalink
[JENKINS-28947] Cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminfuchs committed Aug 29, 2017
1 parent 366057e commit 978d844
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 26 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -11,7 +11,7 @@
<packaging>hpi</packaging>

<name>Line Numbers plugin</name>
<description>This decorates the console with line numbers and collapses build steps</description>
<description>This decorates the console with line numbers</description>
<url>https://wiki.jenkins-ci.org/display/JENKINS/Line+Numbers+Plugin</url>

<developers>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/index.jelly
Expand Up @@ -23,5 +23,5 @@ THE SOFTWARE.
-->
<?jelly escape-by-default='true'?>
<div>
This plugin adds line numbers and collapses buildsteps.
This plugin adds line numbers.
</div>
Expand Up @@ -8,30 +8,6 @@ pre a.linenumber::before {
text-align: right;
}

pre div.fold {
height:16px;
overflow:hidden;
cursor:pointer;
}

pre div.fold .fold-name {
position: absolute;
display:block;
right:12px;
margin-top:2px;
padding: 0 7px 2px;
line-height:10px;
font-size:10px;
background-color : rgb(102, 102, 102)
border-radius: 6px;
color: rgb(187,187,187);
}

pre div.fold.open {
height:auto;
display:inline;
}

pre a.linenumber {
text-decoration: none;
}
Expand Down

0 comments on commit 978d844

Please sign in to comment.