File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 .example-table tr td img {
2121 width : 90% ;
2222 }
23-
24- @media screen and (min-width : 68em ){
25- .issue-marker {
26- position : absolute;
27- width : 20ex ;
28- margin-left : -22ex ;
29- text-align : right;
30- margin-bottom : 1em ;
31- }
32-
33- div .issue-marker .issue-marker {
34- position : static;
35- width : auto;
36- margin-left : 0 ;
37- text-align : right;
38- }
39-
40- div .issue-marker {
41- position : absolute;
42- width : 20ex ;
43- margin-left : -22ex ;
44- }
45- }
46-
47- @media screen and (max-width : 68em ){
48- .issue-marker {
49- margin-bottom : 1em ;
50- }
51-
52- .issue-marker a : link {
53- padding-left : 0.5em ;
54- }
55- }
56-
5723 </ style >
5824
5925 < link rel ="stylesheet " type ="text/css "
Original file line number Diff line number Diff line change 2222 .example-table tr td img {
2323 width : 90% ;
2424 }
25-
26- @media screen and (min-width : 68em ){
27- .issue-marker {
28- position : absolute;
29- width : 20ex ;
30- margin-left : -22ex ;
31- text-align : right;
32- margin-bottom : 1em ;
33- }
34-
35- div .issue-marker .issue-marker {
36- position : static;
37- width : auto;
38- margin-left : 0 ;
39- text-align : right;
40- }
41-
42- div .issue-marker {
43- position : absolute;
44- width : 20ex ;
45- margin-left : -22ex ;
46- }
47- }
48-
49- @media screen and (max-width : 68em ){
50- .issue-marker {
51- margin-bottom : 1em ;
52- }
53-
54- .issue-marker a : link {
55- padding-left : 0.5em ;
56- }
57- }
58-
5925 </ style >
6026 < link href ="http://www.w3.org/StyleSheets/TR/W3C-ED.css " rel =stylesheet
6127 type ="text/css ">
7440
7541 < h1 id =css-exclusions-module > CSS Exclusions and Shapes Module Level 3</ h1 >
7642
77- < h2 class ="no-num no-toc " id =longstatus-date > Editor's Draft 20 April 2012</ h2 >
43+ < h2 class ="no-num no-toc " id =longstatus-date > Editor's Draft 21 April 2012</ h2 >
7844
7945 < dl >
8046 < dt > This version:
8147
8248 < dd > < a
8349 href ="http://dev.w3.org/csswg/css3-exclusions/ "> http://dev.w3.org/csswg/css3-exclusions/</ a > </ dd >
84- <!--<dd><a href="http://www.w3.org/TR/2012/ED-css3-exclusions-20120420 /">http://www.w3.org/TR/2012/WD-css3-exclusions-20120420 /</a></dd>-->
50+ <!--<dd><a href="http://www.w3.org/TR/2012/ED-css3-exclusions-20120421 /">http://www.w3.org/TR/2012/WD-css3-exclusions-20120421 /</a></dd>-->
8551
8652 < dt > Latest version:
8753
Original file line number Diff line number Diff line change 99 < link href ="../shared/style/default.css " rel =stylesheet type ="text/css ">
1010
1111 < style type ="text/css ">
12-
13- a .toggle {
14- position : fixed;
15- top : 0.5em ;
16- right : 0.5em ;
17- font-size : smaller;
18- color : gray;
19- opacity : 0.2 ;
20- }
21-
22- a .toggle : hover {
23- opacity : 1 ;
24- color : # 46A4E9 ;
25- }
26-
27- .issue .resolved , .issue .stale , .issue .moved {
28- display : none;
29- }
30-
31-
3212 # region-style-example p , # region-style-example pre {
3313 clear : both;
3414 }
3717 margin : 0px auto;
3818 width : 70ex ;
3919 }
40-
41- .big .note {
42- font-size : 1.2em ;
43- line-height : 1.3em ;
44- color : # 2f2f2f ;
45- }
46-
47- # mobile-logo {
48- display : none;
49- }
50-
51- @media screen and (min-width : 68em ){
52-
53- .issue-marker {
54- position : absolute;
55- width : 20ex ;
56- margin-left : -22ex ;
57- text-align : right;
58- margin-bottom : 1em ;
59- }
60-
61- div .issue-marker .issue-marker {
62- position : static;
63- width : auto;
64- margin-left : 0 ;
65- text-align : right;
66- }
67-
68- div .issue-marker {
69- position : absolute;
70- width : 20ex ;
71- margin-left : -22ex ;
72- }
73- }
74-
75- @media screen and (max-width : 68em ){
76- .issue-marker {
77- margin-bottom : 1em ;
78- }
79-
80- .issue-marker a : link {
81- padding-left : 0.5em ;
82- }
83- }
8420 </ style >
8521 < link href ="http://www.w3.org/StyleSheets/TR/W3C-ED.css " rel =stylesheet
8622 type ="text/css ">
9935
10036 < h1 id =css-regions-module > CSS Regions Module Level 3</ h1 >
10137
102- < h2 class ="no-num no-toc " id =longstatus-date > Editor's Draft 20 April 2012</ h2 >
38+ < h2 class ="no-num no-toc " id =longstatus-date > Editor's Draft 21 April 2012</ h2 >
10339
10440 < dl >
10541 < dt > This version:
10642
10743 < dd > < a
108- href ="http://www.w3.org/TR/2012/ED-css3-regions-20120420 / "> http://www.w3.org/csswg/css3-regions</ a >
44+ href ="http://www.w3.org/TR/2012/ED-css3-regions-20120421 / "> http://www.w3.org/csswg/css3-regions</ a >
10945
11046 < dt > Latest version:
11147
Original file line number Diff line number Diff line change 77 < link rel ="stylesheet " type ="text/css " href ="../shared/style/default.css ">
88
99 < style type ="text/css ">
10-
11- a .toggle {
12- position : fixed;
13- top : 0.5em ;
14- right : 0.5em ;
15- font-size : smaller;
16- color : gray;
17- opacity : 0.2 ;
18- }
19-
20- a .toggle : hover {
21- opacity : 1 ;
22- color : # 46A4E9 ;
23- }
24-
25- .issue .resolved , .issue .stale , .issue .moved {
26- display : none;
27- }
28-
29-
3010 # region-style-example p , # region-style-example pre {
3111 clear : both;
3212 }
3515 margin : 0px auto;
3616 width : 70ex ;
3717 }
38-
39- .big .note {
40- font-size : 1.2em ;
41- line-height : 1.3em ;
42- color : # 2f2f2f ;
43- }
44-
45- # mobile-logo {
46- display : none;
47- }
48-
49- @media screen and (min-width : 68em ){
50-
51- .issue-marker {
52- position : absolute;
53- width : 20ex ;
54- margin-left : -22ex ;
55- text-align : right;
56- margin-bottom : 1em ;
57- }
58-
59- div .issue-marker .issue-marker {
60- position : static;
61- width : auto;
62- margin-left : 0 ;
63- text-align : right;
64- }
65-
66- div .issue-marker {
67- position : absolute;
68- width : 20ex ;
69- margin-left : -22ex ;
70- }
71- }
72-
73- @media screen and (max-width : 68em ){
74- .issue-marker {
75- margin-bottom : 1em ;
76- }
77-
78- .issue-marker a : link {
79- padding-left : 0.5em ;
80- }
81- }
8218 </ style >
8319
8420 < link rel ="stylesheet " type ="text/css "
You can’t perform that action at this time.
0 commit comments