Skip to content

Commit 48c91b8

Browse files
committed
Commented-out some invalid keywords: rem and xtext-transform.
1 parent 41f82e7 commit 48c91b8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

default.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,9 @@ dfn { font-weight: bolder; }
141141

142142
p.issue, div.issue, p.note, div.note, div.example, pre.example {
143143
padding: .5em;
144-
padding: .5rem;
144+
/* padding: .5rem; /* proposed unit in css3-values */
145145
border-left-width: .5em;
146-
border-left-width: .5rem;
146+
/* border-left-width: .5rem; /* proposed unit in css3-values */
147147
border-left-style: solid;
148148
}
149149

@@ -187,7 +187,7 @@ div.example:before, pre.example:before {
187187
}
188188

189189
/* ToC not indented, but font style shows hierarchy */
190-
ul.toc {margin: 1em 0; padding: 0; line-height: 1.3; font-weight: bold; xtext-transform: uppercase; }
190+
ul.toc {margin: 1em 0; padding: 0; line-height: 1.3; font-weight: bold; /*text-transform: uppercase;*/ }
191191
ul.toc ul {margin: 0; padding: 0; font-weight: normal; text-transform: none; }
192192
ul.toc ul ul {margin: 0 0 0 2em; font-style: italic; }
193193
ul.toc ul ul ul {margin: 0}

0 commit comments

Comments
 (0)