Skip to content

Commit 50f613b

Browse files
committed
*** empty log message ***
1 parent 7c95ec4 commit 50f613b

1 file changed

Lines changed: 9 additions & 11 deletions

File tree

css3-cascade/Overview.html

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,21 @@
55
<head><meta content="text/html" http-equiv=Content-Type>
66

77
<title>CSS3 module: Cascading and inheritance</title>
8-
<link
9-
href="http://www.w3.org/Style/Group/css3-src/css3-template/default.css"
10-
rel=stylesheet type="text/css">
11-
<link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel=stylesheet
8+
<!--
9+
<link href="http://www.w3.org/Style/Group/css3-src/css3-template/default.css" rel="stylesheet" type="text/css">
10+
-->
11+
<link href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet
1212
type="text/css">
1313

1414
<style>
15-
table { border-collapse: collapse; border: 1px solid black }
16-
th, td { border: 1px solid black; padding: 0.2em; text-align: left }
15+
table { border-collapse: collapse; border: 1px solid black }
16+
th, td { border: 1px solid black; padding: 0.2em; text-align: left }
1717
</style>
1818

1919
<body>
20-
<div class=head>
21-
<p><a class=logo href="http://www.w3.org/" rel=home><img alt="W3C "
22-
height=48 src="http://www.w3.org/Icons/w3c_home" width=72></a><a
23-
class=logo href="../../" rel=in-activity><img alt="CSS WG "
24-
src="../../../Woolly/woolly-icon"></a>
20+
<div class=head> <!--begin-logo-->
21+
<p><a href="http://www.w3.org/"><img alt=W3C height=48
22+
src="http://www.w3.org/Icons/w3c_home" width=72></a> <!--end-logo-->
2523

2624
<h1>CSS3 module: Cascading and inheritance</h1>
2725

0 commit comments

Comments
 (0)