- From: poot <cvsmail@w3.org>
- Date: Sun, 8 Mar 2009 22:36:26 +0900 (JST)
- To: public-html-diffs@w3.org
Adjusted margins of element summary headings http://people.w3.org/mike/diffs/html5/html-author/Overview.1.48.html http://dev.w3.org/html5/html-author/Overview.html http://people.w3.org/mike/diffs/html5/html-author/Overview.diff.html http://dev.w3.org/cvsweb/html5/html-author/Overview.html?r1=1.47&r2=1.48&f=h =================================================================== RCS file: /sources/public/html5/html-author/Overview.html,v retrieving revision 1.47 retrieving revision 1.48 diff -u -d -r1.47 -r1.48 --- Overview.html 6 Mar 2009 13:25:20 -0000 1.47 +++ Overview.html 6 Mar 2009 14:25:33 -0000 1.48 @@ -6,11 +6,11 @@ .element .summary { background: #EFE; padding: 1px 0; border: solid #9F9; border-width: 0 3px 3px; position: relative; } .element h1, .element h2, .element h3, - .element h4, .element h5, .element h6 { background: #9F9; margin: 0; padding: .2em 0 0 .2em; } + .element h4, .element h5, .element h6 { background: #9F9; margin: 0; padding: .5em 0 .5em .5em; } .element .summary .desc { border-bottom: 3px solid #9F9; margin: 0 0 .5em 0; padding: .8em .5em; } - .element .html-tags { position: absolute; top: 0; right: 0; margin: -1.2em .5em 0; padding: 0; } + .element .html-tags { position: absolute; top: 0; right: 0; margin: -1.5em .5em 0; padding: 0; } .element .html-tags dt, .element .html-tags dd { display: inline; margin: 0; padding: 0; } .element .summary .kinds-of-content { margin: 0; padding: 0; width: 100%; border-spacing: .5em .2em; } Index: Overview.src.html =================================================================== RCS file: /sources/public/html5/html-author/Overview.src.html,v retrieving revision 1.48 retrieving revision 1.49 diff -u -d -r1.48 -r1.49 --- Overview.src.html 6 Mar 2009 13:25:21 -0000 1.48 +++ Overview.src.html 6 Mar 2009 14:25:34 -0000 1.49 @@ -8,11 +8,11 @@ .element .summary { background: #EFE; padding: 1px 0; border: solid #9F9; border-width: 0 3px 3px; position: relative; } .element h1, .element h2, .element h3, - .element h4, .element h5, .element h6 { background: #9F9; margin: 0; padding: .2em 0 0 .2em; } + .element h4, .element h5, .element h6 { background: #9F9; margin: 0; padding: .5em 0 .5em .5em; } .element .summary .desc { border-bottom: 3px solid #9F9; margin: 0 0 .5em 0; padding: .8em .5em; } - .element .html-tags { position: absolute; top: 0; right: 0; margin: -1.2em .5em 0; padding: 0; } + .element .html-tags { position: absolute; top: 0; right: 0; margin: -1.5em .5em 0; padding: 0; } .element .html-tags dt, .element .html-tags dd { display: inline; margin: 0; padding: 0; } .element .summary .kinds-of-content { margin: 0; padding: 0; width: 100%; border-spacing: .5em .2em; }
Received on Sunday, 8 March 2009 13:37:03 UTC