aboutsummaryrefslogtreecommitdiffstats
path: root/options.html
diff options
context:
space:
mode:
authorTeddy Wing2017-03-18 20:12:14 +0100
committerTeddy Wing2017-03-18 20:12:14 +0100
commitb127842d1681c4ad627bc8660fcf066462b890b3 (patch)
treee77e4aa3e76778f1ff009fb571363580186919ef /options.html
parent357572552ed84d1a444547d8a19cccf420f80701 (diff)
downloadchrome-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.
Diffstat (limited to 'options.html')
-rw-r--r--options.html2
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>