Skip to content

Commit

Permalink
Merge branch 'release/1.2.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
braamgenis committed Jun 6, 2018
2 parents 8b35ee8 + 0676238 commit ad972c4
Show file tree
Hide file tree
Showing 20 changed files with 4,172 additions and 2,470 deletions.
2 changes: 1 addition & 1 deletion build
Submodule build updated 3 files
+227 −179 gulpfile.js
+6,494 −0 package-lock.json
+3 −0 package.json
3 changes: 3 additions & 0 deletions build-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ module.exports = {
src: 'js/main.js',
dest: 'js/',
fileName: 'css.js',
watchFiles: [
'js/**',
]
},
bust: {
src: []
Expand Down
4 changes: 2 additions & 2 deletions css/admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
height: auto;
margin: -8px 10px -8px 0;
}
#siteorigin-custom-css .updated {
margin: 0 20px 20px 20px ;
#siteorigin-custom-css .notice {
margin: 0 20px 20px 20px;
}
#siteorigin-custom-css #poststuff {
padding: 0 20px;
Expand Down
6 changes: 3 additions & 3 deletions css/admin.less
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
box-shadow: 0 1px 1px rgba(0,0,0,0.035);
}

.updated {
margin: 0 20px 20px 20px ;
.notice {
margin: 0 20px 20px 20px;
}

#poststuff {
Expand Down Expand Up @@ -780,4 +780,4 @@
.CodeMirror-hints {
/* This is above the editor in full-screen mode */
z-index: 100002;
}
}
Loading

0 comments on commit ad972c4

Please sign in to comment.