Skip to content

Commit

Permalink
Merge branch 'suever-fix_css_typo'
Browse files Browse the repository at this point in the history
  • Loading branch information
gitgrimbo committed Jan 3, 2019
2 parents 9d43d8c + b2a426d commit 65a9649
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@
"requirejs": "^2.3.6",
"rimraf": "^2.6.2",
"selenium-standalone": "^6.15.4",
"shelljs": "^0.8.3"
"shelljs": "^0.8.3",
"stylelint": "^9.9.0",
"stylelint-config-standard": "^18.2.0"
},
"scripts": {
"build": "run-s build:rjs build:webapp",
Expand All @@ -34,6 +36,8 @@
"selenium:start": "selenium-standalone start --config=selenium-standalone-config.js",
"selenium:start:debug": "cross-env DEBUG=selenium-standalone:* selenium-standalone start --config=selenium-standalone-config.js",
"start": "node server/",
"stylelint": "stylelint --config .stylelint.json webapp/css/*.css",
"stylelint:build": "stylelint --config .stylelint.json webapp-build/css/harPreview.css webapp-build/css/harViewer.css",
"test": "intern",
"test:unit": "intern",
"test:all": "intern config=@all"
Expand Down
2 changes: 1 addition & 1 deletion webapp/css/pageTimeline.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

.pageBar.selected {
opacity: 0.5; /* Safari, Opera */
-moz-opacity: 0.50: /* FireFox */
-moz-opacity: 0.50; /* FireFox */
filter: alpha(opacity=50); /* IE */
}

Expand Down

0 comments on commit 65a9649

Please sign in to comment.