File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 line-height : 1.5 ;
1111 }
1212
13- span .id {float : right; font-weight : bold}
14-
1513/******************************************************************************/
1614/* Sectioning */
1715/******************************************************************************/
198196 overflow : auto;
199197 }
200198
199+ /** Syntax-Highlighted Code ***************************************************/
200+
201+ .example pre [class *= "language-" ],
202+ .example [class *= "language-" ] pre ,
203+ .example pre [class *= "lang-" ],
204+ .example [class *= "lang-" ] pre {
205+ background : transparent; /* Prism applies a gray background that doesn't work well in the template. */
206+ }
207+
201208/** Example Code **************************************************************/
202209
203210 div .html , div .xml ,
251258 .type { /* CSS value <type> */
252259 font-style : italic;
253260 }
261+ pre .property ::before , pre .property ::after {
262+ content : "" ;
263+ }
254264
255265/** Inline markup fragments ***************************************************/
256266
You can’t perform that action at this time.
0 commit comments