summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAdam Bard <github@adambard.com>2015-10-31 18:25:57 +0800
committerAdam Bard <github@adambard.com>2015-10-31 18:25:57 +0800
commitfd147d1125c443284635732d13cba6f8c53e92cc (patch)
tree12749e3d55da6f347d8a28bdaf5a809769d66d7e
parent7c3c8aea4116e4d501f8bb90a7a9cd4803451715 (diff)
parent4545257ce36075b7dfeb12244fd38c1614895ae6 (diff)
Merge pull request #1936 from ejwmoreau/master
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 d8f30ca3..e824914c 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: