Skip to content

Commit 883b535

Browse files
committed
2.2.0
- More compact view - Improved default order by tasks
1 parent c527c5e commit 883b535

5 files changed

Lines changed: 548 additions & 534 deletions

File tree

Gulpfile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ let gulp = require("gulp"),
77
zip = require("gulp-zip"),
88
path = require("path");
99

10+
// run task: gulp zip
1011
gulp.task("zip", function () {
1112
return gulp
1213
.src(

css/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ textarea:focus {
275275
----------------------------------------------------------------------------- */
276276

277277
p.notask label {
278-
text-align: center;
278+
text-align: center !important;
279279
padding: 0;
280280
width: 100%;
281281
}

0 commit comments

Comments
 (0)