Skip to content

Commit a29d288

Browse files
author
Tantek Çelik
committed
remove old style rules, note about toggling the stylesheet for TR vs editors.
1 parent b9b51ed commit a29d288

2 files changed

Lines changed: 3 additions & 9 deletions

File tree

css3-ui/Overview.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,10 @@
3434
h2 {page-break-before: always}
3535
dd p:first-child { margin-top:0 }
3636

37-
table.tprofile th.title {background:gray; color:white}
38-
table.tprofile th { width:29%;padding:2px }
39-
table.tprofile td { width:71%;padding:2px }
40-
4137
</style>
4238
<link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel=stylesheet
4339
type="text/css">
40+
<!-- toggle to W3C-WD for TR publication, W3C-ED for editing -->
4441

4542
<body>
4643
<div class=head> <a href="http://www.w3.org/"><img alt=W3C height=48

css3-ui/Overview.src.html

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,10 @@
3333
h2 {page-break-before: always}
3434
dd p:first-child { margin-top:0 }
3535

36-
table.tprofile th.title {background:gray; color:white}
37-
table.tprofile th { width:29%;padding:2px }
38-
table.tprofile td { width:71%;padding:2px }
39-
4036
</style>
4137
<link rel="stylesheet" type="text/css"
42-
href="http://www.w3.org/StyleSheets/TR/W3C-ED">
38+
href="http://www.w3.org/StyleSheets/TR/W3C-WD">
39+
<!-- toggle to W3C-WD for TR publication, W3C-ED for editing -->
4340
</head>
4441
<body>
4542

0 commit comments

Comments
 (0)