From a193206e9f7bc7cb3541de76b6b7622274b7651e Mon Sep 17 00:00:00 2001 From: Buu Nguyen Date: Fri, 6 Jun 2014 23:46:15 -0700 Subject: [PATCH 1/2] Fix firefox build --- gulpfile.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index a696c46..5309ba7 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -104,7 +104,8 @@ gulp.task('safari', function() { gulp.task('firefox', function() { return es.merge( pipe('./icons/**/*', './tmp/firefox/data/icons'), - pipe(['./tmp/inject.js', './tmp/inject.css', './src/firefox/**'], './tmp/firefox/data') + pipe(['./tmp/inject.js', './tmp/inject.css', './src/firefox/**.js'], './tmp/firefox/data'), + pipe('./src/firefox/package.json', './tmp/firefox') ) }) From 05a35eb5d03b7eff2825c1d9c5042b1feae9a848 Mon Sep 17 00:00:00 2001 From: Buu Nguyen Date: Fri, 6 Jun 2014 23:46:32 -0700 Subject: [PATCH 2/2] Fix style for Safari --- src/main.less | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main.less b/src/main.less index 7752354..fc6a2e3 100755 --- a/src/main.less +++ b/src/main.less @@ -192,7 +192,7 @@ html, .header > .container, .repohead > .container, .site > .container { } } label { - font-weight: normal; + font-weight: normal !important; } input[type=text], textarea { width: 100%; @@ -203,12 +203,12 @@ html, .header > .container, .repohead > .container, .site > .container { } a.octotree_toggle, a.octotree_opts { - position: absolute; + position: absolute !important; text-align: center; line-height: 1; z-index: 999992; cursor: pointer; - color: black; + color: black !important; & > span { line-height: 1; @@ -216,7 +216,7 @@ a.octotree_toggle, a.octotree_opts { text-decoration: none; } &:hover, &.selected { - color: #4183C4; + color: #4183C4 !important; } }