Skip to content

Commit ddec3a1

Browse files
committed
Better use of preprocessor.
(date: 2006/03/03 18:17:17)
1 parent 1d90b1a commit ddec3a1

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

css3-linebox/Overview.src.html

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,8 @@
2121
dt.label { display: run-in; }
2222
</style>
2323

24-
<link href="http://www.w3.org/Style/Group/css3-src/default.css" rel="stylesheet" type="text/css">
25-
26-
<link href="http://www.w3.org/StyleSheets/TR/W3C-WD.css" rel="stylesheet"
27-
type="text/css">
24+
<link rel="stylesheet" type="text/css" href="../default.css">
25+
<link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/W3C-[STATUS].css">
2826
</head>
2927

3028
<body>
@@ -39,7 +37,8 @@ <h2 class="no-num no-toc" id="w3c-working">W3C Working Draft [DATE: 07 October 2
3937
<dl>
4038
<dt>This version:
4139

42-
<dd><a href="http://www.w3.org/TR/[YEAR]/WD-css3-linebox-[ISODATE]/">http://www.w3.org/TR/[YEAR]/WD-css3-linebox-[ISODATE]/</a></dd>
40+
<!--<dd><a href="http://www.w3.org/TR/[YEAR]/WD-css3-linebox-[CDATE]/">http://www.w3.org/TR/[YEAR]/WD-css3-linebox-[CDATE]/</a></dd>-->
41+
<dd>[no permanent URL]</dd>
4342

4443
<dt>Latest version:</dt>
4544

0 commit comments

Comments
 (0)