Skip to content

Commit

Permalink
Merge branch 'master' of git://github.com/bakito/jenkins-material-theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruslan Atryaskin committed Apr 24, 2018
2 parents 93e767d + 00b2a76 commit 7d2a699
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
7 changes: 2 additions & 5 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ module.exports = function (grunt) {
'brown': '#795548',
'grey': '#757575',
'blue-grey': '#607D8B',
'fuel': '#002d5b'
'fuel': '#002d5b',
'black': '#000000'
};

var fileCreatorTask = {};
Expand Down Expand Up @@ -138,10 +139,6 @@ module.exports = function (grunt) {
dist: {
options: {
patterns: [
{
match: 'version',
replacement: pkg.version
},
{
match: /material-theme<\/artifactId>\s+<version>[^>]*<\/version>/g,
replacement: 'material-theme</artifactId>\n <version>' + pkg.version + '</version>'
Expand Down
5 changes: 0 additions & 5 deletions less/style.less
Original file line number Diff line number Diff line change
Expand Up @@ -257,11 +257,6 @@ table.progress-bar {
color: @color-red !important;
}

.jenkins_ver:after {
margin-left: 15px;
content: 'afonsof.com/jenkins-material-theme v. @@version'
}

pre {
a {
cursor: pointer !important;
Expand Down

0 comments on commit 7d2a699

Please sign in to comment.