Skip to content

Commit

Permalink
Removed clashing stylesheets
Browse files Browse the repository at this point in the history
  • Loading branch information
isaackd committed Feb 16, 2019
1 parent 78cd059 commit f98667d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 71 deletions.
70 changes: 0 additions & 70 deletions css/styles.css

This file was deleted.

2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"content_scripts": [{
"matches": ["*://www.youtube.com/watch?*"],
"js": ["js/annotationlib/AnnotationParser.js", "js/annotationlib/AnnotationRenderer.js", "js/content.js"],
"css": ["css/styles.css", "js/annotationlib/AnnotationRenderer.css"]
"css": ["js/annotationlib/AnnotationRenderer.css"]
}],
"background": {
"scripts":["js/background.js"]
Expand Down

0 comments on commit f98667d

Please sign in to comment.