diff options
author | Adam Bard <github@adambard.com> | 2015-10-31 18:25:57 +0800 |
---|---|---|
committer | Adam Bard <github@adambard.com> | 2015-10-31 18:25:57 +0800 |
commit | fd147d1125c443284635732d13cba6f8c53e92cc (patch) | |
tree | 12749e3d55da6f347d8a28bdaf5a809769d66d7e | |
parent | 7c3c8aea4116e4d501f8bb90a7a9cd4803451715 (diff) | |
parent | 4545257ce36075b7dfeb12244fd38c1614895ae6 (diff) |
Merge pull request #1936 from ejwmoreau/master
Closed a comment that was not properly closed
-rw-r--r-- | css.html.markdown | 2 |
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: |