- From: Vincent Hardy via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 27 Oct 2011 01:38:59 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-transforms In directory hutz:/tmp/cvs-serv14462 Modified Files: Overview.html Transforms.src.html alternate-spec-style.css style-toggle.js Log Message: Addition spec. style tweaks Index: style-toggle.js =================================================================== RCS file: /sources/public/csswg/css3-transforms/style-toggle.js,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- style-toggle.js 26 Oct 2011 00:45:34 -0000 1.1 +++ style-toggle.js 27 Oct 2011 01:38:57 -0000 1.2 @@ -34,4 +34,6 @@ toggle.addEventListener("click", toggleStyle, false); }; -})(); \ No newline at end of file +})(); + + Index: Overview.html =================================================================== RCS file: /sources/public/csswg/css3-transforms/Overview.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- Overview.html 26 Oct 2011 00:45:22 -0000 1.1 +++ Overview.html 27 Oct 2011 01:38:57 -0000 1.2 @@ -9,7 +9,7 @@ <link href=default.css rel=stylesheet type="text/css"> <link href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet type="text/css"> - <link href=alternate-spec-style.css id=st rel=stylesheet + <link disabled href=alternate-spec-style.css id=st rel=stylesheet title="additional spec styles" type="text/css"> <script src=style-toggle.js type="text/javascript"></script> @@ -29,7 +29,7 @@ } a.toggle { - position: absolute; + position: fixed; top: 0.5em; right: 0.5em; font-size: smaller; @@ -50,15 +50,15 @@ <h1>CSS transforms</h1> - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 26 October + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 27 October 2011</h2> <dl> <dt>This version: <dd> <a - href="http://www.w3.org/TR/2011/ED-css3-2d-transforms-20111026/">http://dev.w3.org/csswg/css3-2d-transforms/</a> - <!--http://www.w3.org/TR/2011/WD-css3-2d-transforms-20111026--> + href="http://www.w3.org/TR/2011/ED-css3-2d-transforms-20111027/">http://dev.w3.org/csswg/css3-2d-transforms/</a> + <!--http://www.w3.org/TR/2011/WD-css3-2d-transforms-20111027--> <dt>Latest version: Index: alternate-spec-style.css =================================================================== RCS file: /sources/public/csswg/css3-transforms/alternate-spec-style.css,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- alternate-spec-style.css 26 Oct 2011 00:53:17 -0000 1.2 +++ alternate-spec-style.css 27 Oct 2011 01:38:57 -0000 1.3 @@ -1,12 +1,12 @@ -@import url(http://fonts.googleapis.com/css?family=Sorts+Mill+Goudy); -@import url(http://fonts.googleapis.com/css?family=Inconsolata); +@import url(http://fonts.googleapis.com/css?family=Droid+Serif:700,400,400italic,700italic); +@import url(http://fonts.googleapis.com/css?family=Droid+Sans+Mono); body { - font-family: 'Sorts Mill Goudy', 'OFS Sorts Mill Goudy', Garamond, serif; - font-size: 16px; + font-family: 'Droid Serif', serif; + font-size: 14px; width: 36em; color: #2f2f2f; - line-height: 1.5em; + line-height: 1.7em; } h1, h2, h3, h4, h5, h6 { @@ -14,12 +14,28 @@ font-weight: bold; } +h1 { + font-size: 200%; +} + +h2 { + font-size: 160%; +} + +h3 { + font-size: 140%; +} + +h4, h5 { + font-size: 120%; +} + h2, h3, h4, h5, h6 { margin-top: 1.2em; } h1, h2, h3, h4, h5, h6, table, th, tr, td { - font-family: 'Sorts Mill Goudy', 'OFS Sorts Mill Goudy', Garamond, serif; + font-family: 'Droid Serif', serif; } h1+h2 { @@ -31,7 +47,6 @@ h1 { margin-bottom: 0em; line-height: 1em; - font-size: 180%; } a, a:visited, a:link, :link { @@ -65,12 +80,12 @@ } pre, code { - font-family: Inconsolata, monospace; + font-family: 'Droid Sans Mono', Inconsolata, monospace; font-size: 83%; line-height: 1.4em; } -code.xml { +code.xml, code.html, code.css { color: #3f3f3f; } @@ -82,10 +97,6 @@ font-size: 100%; } -ul.toc { - text-transform: none; -} - div.example:before { color: #808080 ; background: none; @@ -119,7 +130,6 @@ padding-left: 1em; position: relative; color: gray; - padding-right: 10em; background: none; } Index: Transforms.src.html =================================================================== RCS file: /sources/public/csswg/css3-transforms/Transforms.src.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- Transforms.src.html 26 Oct 2011 00:45:22 -0000 1.1 +++ Transforms.src.html 27 Oct 2011 01:38:57 -0000 1.2 @@ -8,7 +8,7 @@ <link id="st" href="alternate-spec-style.css" rel="stylesheet" - type="text/css" title="additional spec styles"> + type="text/css" disabled title="additional spec styles"> <script type="text/javascript" src="style-toggle.js"></script> @@ -28,7 +28,7 @@ } a.toggle { - position: absolute; + position: fixed; top: 0.5em; right: 0.5em; font-size: smaller;
Received on Thursday, 27 October 2011 01:39:01 UTC