Skip to content

Commit 96f43dd

Browse files
authored
Merge pull request w3c#4490 from DannyS712/patch-1
[css-color-4] Align color example comments. Very classically non-substantive
2 parents cd0059a + 4b238b1 commit 96f43dd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css-color-4/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ For example, to specify lime green:
7979

8080
<div class="example">
8181
<pre class="lang-css">
82-
em { color: lime; } /* color keyword */
83-
em { color: rgb(0 255 0); } /* RGB range 0-255 */
82+
em { color: lime; } /* color keyword */
83+
em { color: rgb(0 255 0); } /* RGB range 0-255 */
8484
em { color: rgb(0% 100% 0%); } /* RGB range 0%-100% */
8585
</pre>
8686
</div>

0 commit comments

Comments
 (0)