Skip to content

Commit 34e20db

Browse files
committed
[css3-layout] Override an unnecessary style rule from default.css
1 parent c489775 commit 34e20db

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

css-template/Overview.src.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
/* Just in case an incorrect max-width occurs in default.css */
1212
body {max-width: none !important}
1313

14+
/* The TR postprocessor already inserted quotes: */
15+
.css::before, .property::before, .descriptor::before {content: none}
16+
.css::after, .property::after, .descriptor::after {content: none}
17+
1418
.prod { font-family: inherit; font-size: inherit }
1519
pre.prod { white-space: pre-wrap; margin: 1em 0 1em 2em }
1620
code { font-size: inherit; }

0 commit comments

Comments
 (0)