We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98f4972 commit fd4cdc4Copy full SHA for fd4cdc4
1 file changed
css2/syndata.src
@@ -1,6 +1,6 @@
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
2
<html lang="en">
3
-<!-- $Id: syndata.src,v 2.166 2009-04-15 16:04:22 bbos Exp $ -->
+<!-- $Id: syndata.src,v 2.167 2009-04-20 12:58:25 bbos Exp $ -->
4
<head>
5
<title>Syntax and basic data types</title>
6
<meta name="editor" lang="tr" content="Tantek Çelik">
@@ -388,7 +388,7 @@ h1 {color: blue }
388
<p>Instead, to achieve the effect of only importing a style sheet
389
for 'print' media, use the @import rule with media syntax, e.g.:
390
</p>
391
-<pre><code style="css">
+<pre><code class="css">
392
@import "subs.css";
393
@import "print-main.css" print;
394
@media print {
0 commit comments