Skip to content

Commit 7c95ec4

Browse files
committed
tweaking head section
1 parent f9f80eb commit 7c95ec4

1 file changed

Lines changed: 10 additions & 7 deletions

File tree

css3-cascade/Overview.src.html

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,24 @@
44
<head>
55
<meta http-equiv="Content-Type" content="text/html">
66
<title>CSS3 module: Cascading and inheritance</title>
7+
8+
<!--
79
<link href="http://www.w3.org/Style/Group/css3-src/css3-template/default.css" rel="stylesheet" type="text/css">
8-
<link href="http://www.w3.org/StyleSheets/TR/W3C-MO" rel="stylesheet" type="text/css">
10+
-->
11+
12+
<link href="http://www.w3.org/StyleSheets/TR/W3C-[STATUS].css" rel=stylesheet type="text/css">
13+
914
<style>
10-
table { border-collapse: collapse; border: 1px solid black }
11-
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 }
1217
</style>
1318
</head>
1419

1520
<body>
1621

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

2326
<h1>CSS3 module: Cascading and inheritance</h1>
2427

0 commit comments

Comments
 (0)