- From: Tantek Celik via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 11 Jan 2012 21:11:49 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-ui
In directory hutz:/tmp/cvs-serv12609
Modified Files:
Overview.html Overview.src.html
Log Message:
remove old style rules, note about toggling the stylesheet for TR vs editors.
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-ui/Overview.html,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- Overview.html 11 Jan 2012 20:32:42 -0000 1.38
+++ Overview.html 11 Jan 2012 21:11:47 -0000 1.39
@@ -34,13 +34,10 @@
h2 {page-break-before: always}
dd p:first-child { margin-top:0 }
-table.tprofile th.title {background:gray; color:white}
-table.tprofile th { width:29%;padding:2px }
-table.tprofile td { width:71%;padding:2px }
-
</style>
<link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel=stylesheet
type="text/css">
+ <!-- toggle to W3C-WD for TR publication, W3C-ED for editing -->
<body>
<div class=head> <a href="http://www.w3.org/"><img alt=W3C height=48
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-ui/Overview.src.html,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- Overview.src.html 11 Jan 2012 20:32:42 -0000 1.39
+++ Overview.src.html 11 Jan 2012 21:11:47 -0000 1.40
@@ -33,13 +33,10 @@
h2 {page-break-before: always}
dd p:first-child { margin-top:0 }
-table.tprofile th.title {background:gray; color:white}
-table.tprofile th { width:29%;padding:2px }
-table.tprofile td { width:71%;padding:2px }
-
</style>
<link rel="stylesheet" type="text/css"
- href="http://www.w3.org/StyleSheets/TR/W3C-ED">
+ href="http://www.w3.org/StyleSheets/TR/W3C-WD">
+ <!-- toggle to W3C-WD for TR publication, W3C-ED for editing -->
</head>
<body>
Received on Wednesday, 11 January 2012 21:11:59 UTC