Skip to content

Commit c405833

Browse files
committed
Make stylesheet link absolute. (date: 2003/10/08 04:22:47)
1 parent d40e2d5 commit c405833

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

css3-linebox/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
dt.label { display: run-in; }
2222
</style>
2323

24-
<link href="default.css" rel="stylesheet" type="text/css">
24+
<link href="http://www.w3.org/Style/Group/css3-src/default.css" rel="stylesheet" type="text/css">
2525

2626
<link href="http://www.w3.org/StyleSheets/TR/W3C-WD.css" rel="stylesheet"
2727
type="text/css">

0 commit comments

Comments
 (0)