[html5] r2367 - [e] (0) Make the styling in the elements section work better with the annotation [...]
whatwg at whatwg.org
whatwg at whatwg.org
Fri Oct 24 05:31:47 PDT 2008
Author: ianh
Date: 2008-10-24 05:31:46 -0700 (Fri, 24 Oct 2008)
New Revision: 2367
Modified:
header-whatwg
index
Log:
[e] (0) Make the styling in the elements section work better with the annotation script.
Modified: header-whatwg
===================================================================
--- header-whatwg 2008-10-24 10:16:05 UTC (rev 2366)
+++ header-whatwg 2008-10-24 12:31:46 UTC (rev 2367)
@@ -5,7 +5,7 @@
<link rel="stylesheet" href="/style/specification">
<link rel="icon" href="/images/icon">
<style type="text/css">
- h4 + .element { margin-top: -2.5em; padding-top: 2em; }
+ h4 + .element, h4 + div + .element { margin-top: -2.5em; padding-top: 2em; }
h4 + p + .element { margin-top: -5em; padding-top: 4em; }
.element { background: #EEFFEE; color: black; margin: 0 0 1em -1em; padding: 0 1em 0.25em 0.75em; border-left: solid #99FF99 0.25em; -padding: 0; /* that last decl is for IE6. Try removing it, it's hilarious! */ }
.proposal { border: blue solid; padding: 1em; }
Modified: index
===================================================================
--- index 2008-10-24 10:16:05 UTC (rev 2366)
+++ index 2008-10-24 12:31:46 UTC (rev 2367)
@@ -1,5 +1,5 @@
<!DOCTYPE html><html lang=en-US-x-hixie><title>HTML 5</title><link href=/style/specification rel=stylesheet><link href=/images/icon rel=icon><style type=text/css>
- h4 + .element { margin-top: -2.5em; padding-top: 2em; }
+ h4 + .element, h4 + div + .element { margin-top: -2.5em; padding-top: 2em; }
h4 + p + .element { margin-top: -5em; padding-top: 4em; }
.element { background: #EEFFEE; color: black; margin: 0 0 1em -1em; padding: 0 1em 0.25em 0.75em; border-left: solid #99FF99 0.25em; -padding: 0; /* that last decl is for IE6. Try removing it, it's hilarious! */ }
.proposal { border: blue solid; padding: 1em; }
More information about the Commit-Watchers
mailing list