- From: Lachlan Hunt via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 06 Mar 2009 14:25:36 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/html-author In directory hutz:/tmp/cvs-serv13952 Modified Files: Overview.html Overview.src.html Log Message: Adjusted margins of element summary headings Index: Overview.html =================================================================== 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 Friday, 6 March 2009 14:25:44 UTC