Skip to content

Commit 1ad6ced

Browse files
committed
Sync'ed with /Group/css3-src
(.property inherits font, rather than switches to monospace.)
1 parent 73c0daa commit 1ad6ced

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

css3-background/default.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ code { font-size: 90% }
188188
code.css { font-family: inherit; font-size: 100% }
189189
code.html { color: #600 } /* inline HTML */
190190
code.xml { color: #600 } /* inline XML */
191-
.property { } /* name of a CSS property (SPAN) */
191+
.property { font-family: inherit } /* name of a CSS property (SPAN) */
192192
.descriptor { } /* name of a CSS descriptor (SPAN) */
193193
.issue { color: #c00 } /* editorial remark, open issue */
194194
.type { font-style: italic } /* A <type> value for a property */

0 commit comments

Comments
 (0)