Skip to content

Commit 6be13c5

Browse files
author
Simon Pieters
committed
[cssom*] Revert to the old styles
1 parent 2c50cef commit 6be13c5

5 files changed

Lines changed: 54 additions & 729 deletions

File tree

cssom-values/Overview.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<!DOCTYPE html><html lang="en-US"><head>
22
<meta charset="utf-8">
33
<title>CSSOM Values Module</title>
4-
<style type="text/css">
5-
pre.idl { border:solid thin; background:#eee; color:#000; padding:0.5em }
6-
pre.idl :link, pre.idl :visited { color:inherit; background:transparent }
4+
<style>
5+
.idl { border:solid thin; background:#eee; color:#000; padding:0.5em }
6+
.idl :link, .idl :visited { color:inherit; background:transparent }
77
dfn { font-weight:bold; font-style:normal }
88
.example { margin-left:1em; padding-left:1em; border-left:double; color:#222; background:#fcfcfc }
99
.example table code { color:inherit }

cssom-view/Overview.html

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,23 @@
11
<!DOCTYPE html><html lang="en-US"><head>
22
<meta charset="utf-8">
33
<title>CSSOM View Module</title>
4-
<link href="cssom.css" rel="stylesheet">
4+
<style>
5+
.idl { border:solid thin; background:#eee; color:#000; padding:0.5em }
6+
.idl :link, .idl :visited { color:inherit; background:transparent }
7+
dfn { font-weight:bold; font-style:normal }
8+
.example { margin-left:1em; padding-left:1em; border-left:double; color:#222; background:#fcfcfc }
9+
.example table code { color:inherit }
10+
td, th { padding:.1em }
11+
.note { margin-left:2em; color:green; font-style:italic; font-weight:bold }
12+
p.note::before { content:"Note: " }
13+
.XXX { padding:.5em; border:solid red }
14+
p.XXX::before { content:"Issue: " }
15+
dl.switch { padding-left:2em }
16+
dl.switch > dt { text-indent:-1.5em }
17+
dl.switch > dt:before { content:'\21AA'; padding:0 0.5em 0 0; display:inline-block; width:1em; text-align:right; line-height:0.5em }
18+
code { color:orangered }
19+
code :link, code :visited { color:inherit }
20+
</style>
521
<link href="https://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet">
622
</head>
723
<body class="draft">

cssom-view/cssom.css

Lines changed: 0 additions & 314 deletions
This file was deleted.

0 commit comments

Comments
 (0)