"docs/en_US/TrainingService/HowToImplementTrainingService.rst" did not exist on "dbb2434f5d2d976be26b594342a68cb46619ecea"
Commit feef81ff authored by Tim Yagan's avatar Tim Yagan Committed by liuzhe-lz
Browse files

Fixed the sequencing of the font attributes (#1579)

Fixed the sequencing of the font attributes to ensure that the parent attributes are not overwritten
parent 4cf0e28b
......@@ -19,8 +19,8 @@ time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
font-size: 100%;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment