Skip to content

Commit

Permalink
Removed redundant label CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
samdutton committed Aug 6, 2019
1 parent a70a839 commit d20a63c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -141,10 +141,6 @@ input[type=radio] {
top: -1px;
}

label {
font-family: sans-serif;
}

ol {
padding: 0 0 0 20px;
}
Expand Down
2 changes: 1 addition & 1 deletion sw.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const FILES = [
'index.html'
];

const CACHE = 'v2.30';
const CACHE = 'v2.31';

self.addEventListener('install', (event) => {
// console.log('Service worker:', event);
Expand Down

0 comments on commit d20a63c

Please sign in to comment.