summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAdam Bard <github@adambard.com>2015-10-31 18:26:28 +0800
committerAdam Bard <github@adambard.com>2015-10-31 18:26:28 +0800
commit27666c1f61ea08218d0afc6db8937cd0d913d48e (patch)
tree89c19c23904ed6dbd76fa2fc06144c9f5871a24f
parentfd147d1125c443284635732d13cba6f8c53e92cc (diff)
parentfb5365ec8fcc898cba845b2194ab51fec57e84bb (diff)
Merge pull request #1937 from adambard/revert-1936-master
Revert "Closed a comment that was not properly closed"
-rw-r--r--css.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/css.html.markdown b/css.html.markdown
index e824914c..d8f30ca3 100644
--- a/css.html.markdown
+++ b/css.html.markdown
@@ -29,7 +29,7 @@ The main focus of this article is on the syntax and some general tips.
#################### */
/* the selector is used to target an element on a page.
-selector { property: value; /* more properties...*/ } */
+selector { property: value; /* more properties...*/ }
/*
Here is an example element: