Skip to content

Commit bc826b0

Browse files
committed
inherit font in .property now that we're using <code> markup for it, copied from Bert's css3-src sheet
1 parent fad7e93 commit bc826b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

default.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ code { font-size: 90% }
181181
code.css { font-family: inherit; font-size: 100% }
182182
code.html { color: #600 } /* inline HTML */
183183
code.xml { color: #600 } /* inline XML */
184-
.property { } /* name of a CSS property (SPAN) */
184+
.property { font: inherit; } /* name of a CSS property (SPAN) */
185185
.descriptor { } /* name of a CSS descriptor (SPAN) */
186186
.issue { color: #c00 } /* editorial remark, open issue */
187187
.type { font-style: italic } /* A <type> value for a property */

0 commit comments

Comments
 (0)