diff options
| author | Teddy Wing | 2017-03-18 20:12:14 +0100 |
|---|---|---|
| committer | Teddy Wing | 2017-03-18 20:12:14 +0100 |
| commit | b127842d1681c4ad627bc8660fcf066462b890b3 (patch) | |
| tree | e77e4aa3e76778f1ff009fb571363580186919ef | |
| parent | 357572552ed84d1a444547d8a19cccf420f80701 (diff) | |
| download | chrome-timetasker-b127842d1681c4ad627bc8660fcf066462b890b3.tar.bz2 | |
options.html: Fix syntax error in CSS
I had copied this line directly from the Chrome Extension Options page
documentation, but it looks like it has a typo. Fix the syntax error.
| -rw-r--r-- | options.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/options.html b/options.html index 92b229c..311f3f9 100644 --- a/options.html +++ b/options.html @@ -4,7 +4,7 @@ <title>Timetasker Options</title> <style> - body: { padding: 10px; } + body { padding: 10px; } </style> </head> |
