- From: Vincent Hardy via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 28 Nov 2011 16:26:04 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-regions In directory hutz:/tmp/cvs-serv17561 Modified Files: Overview.html Overview.src.html alternate-spec-style.css Log Message: Modified stylesheets and added fonts used by new design Index: Overview.html =================================================================== RCS file: /sources/public/csswg/css3-regions/Overview.html,v retrieving revision 1.31 retrieving revision 1.32 diff -u -d -r1.31 -r1.32 --- Overview.html 24 Nov 2011 20:34:55 -0000 1.31 +++ Overview.html 28 Nov 2011 16:26:02 -0000 1.32 @@ -7,13 +7,16 @@ <title>CSS Regions Module Level 3</title> <link href=default.css rel=stylesheet type="text/css"> - <link href=alternate-spec-style.css id=st rel="alternate stylesheet" - title="additional spec styles" type="text/css"> <style type="text/css"> /* Alternate stylesheet fonts are here because in some browsers (Opera 11.5) */ /* The fonts are not applied if only loaded from the alternate stylesheet */ + + /* License font the following two fonts: fonts/Droid-Serif-fontfacekit/Google Android License.txt */ + @import url(fonts/Droid-Serif-fontfacekit/stylesheet.css); + @import url(fonts/Droid-Sans-Mono-fontfacekit/stylesheet.css); + /* @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); @@ -34,16 +37,12 @@ } div.issue-marker { - position: absolute; - width: 20ex; - margin-left: -26ex; - padding-left: 1em; - padding: 5px; + color: red; + margin: 1em 0; font-weight: normal; - font-size: 11px; - text-align: right; - background-color: white; - font-size: 90%; + padding: .5em; + border-left: .5em solid #E05252; + background: #FBE9E9; } div.issue-marker a { @@ -56,6 +55,8 @@ </style> <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 + title="additional spec styles" type="text/css"> <body> <div class=head id=div-head> <!--begin-logo--> @@ -64,14 +65,14 @@ <h1 id=css-regions-module>CSS Regions Module Level 3</h1> - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 24 November + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 28 November 2011</h2> <dl> <dt>This version: <dd><a - href="http://www.w3.org/TR/2011/ED-css3-regions-20111124/">http://www.w3.org/csswg/css3-regions</a> + href="http://www.w3.org/TR/2011/ED-css3-regions-20111128/">http://www.w3.org/csswg/css3-regions</a> <dt>Latest version: Index: alternate-spec-style.css =================================================================== RCS file: /sources/public/csswg/css3-regions/alternate-spec-style.css,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- alternate-spec-style.css 24 Nov 2011 20:15:31 -0000 1.13 +++ alternate-spec-style.css 28 Nov 2011 16:26:02 -0000 1.14 @@ -1,10 +1,5 @@ -/* -@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: 'Droid Serif', serif; + font-family: 'DroidSerifRegular', 'Droid Serif', serif; font-size: 14px; width: 38em; color: #2f2f2f; @@ -37,7 +32,7 @@ } h1, h2, h3, h4, h5, h6, table, th, tr, td { - font-family: 'Droid Serif', serif; + font-family: 'DroidSerifRegular', 'Droid Serif', serif; } h1+h2 { @@ -82,7 +77,7 @@ } pre, code { - font-family: 'Droid Sans Mono', Inconsolata, monospace; + font-family: 'DroidSansMonoRegular', 'Droid Sans Mono', Inconsolata, monospace; font-size: 83%; line-height: 1.4em; } Index: Overview.src.html =================================================================== RCS file: /sources/public/csswg/css3-regions/Overview.src.html,v retrieving revision 1.36 retrieving revision 1.37 diff -u -d -r1.36 -r1.37 --- Overview.src.html 28 Nov 2011 13:03:14 -0000 1.36 +++ Overview.src.html 28 Nov 2011 16:26:02 -0000 1.37 @@ -8,8 +8,6 @@ - <link id="st" href="alternate-spec-style.css" rel="alternate stylesheet" - type="text/css" title="additional spec styles"> @@ -17,6 +15,11 @@ /* Alternate stylesheet fonts are here because in some browsers (Opera 11.5) */ /* The fonts are not applied if only loaded from the alternate stylesheet */ + + /* License font the following two fonts: fonts/Droid-Serif-fontfacekit/Google Android License.txt */ + @import url(fonts/Droid-Serif-fontfacekit/stylesheet.css); + @import url(fonts/Droid-Sans-Mono-fontfacekit/stylesheet.css); + /* @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); @@ -55,6 +58,10 @@ </style> <link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/W3C-ED.css"> + + <link id="st" href="alternate-spec-style.css" rel="stylesheet" + type="text/css" title="additional spec styles"> + </head>
Received on Monday, 28 November 2011 16:26:06 UTC