Skip to content

Commit af0adc8

Browse files
committed
Fix sidenote example
1 parent 7ebc754 commit af0adc8

2 files changed

Lines changed: 9 additions & 8 deletions

File tree

css-line-grid/Overview.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
font-size: 10pt;
2929
line-height: 18pt;
3030
position: absolute; left: 4pt; top: 4pt;
31-
width: 100pt;
31+
width: 110pt;
3232
}
3333
</style>
3434

@@ -39,13 +39,13 @@
3939

4040
<h1>CSS Line Grid Module</h1>
4141

42-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 29 April 2011</h2>
42+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 30 April 2011</h2>
4343

4444
<dl>
4545
<dt>This version:
4646

47-
<dd><a href="http://www.w3.org/TR/2011/ED-unknown-shortname-20110429">
48-
http://www.w3.org/TR/2011/ED-unknown-shortname-20110429</a> <!--
47+
<dd><a href="http://www.w3.org/TR/2011/ED-unknown-shortname-20110430">
48+
http://www.w3.org/TR/2011/ED-unknown-shortname-20110430</a> <!--
4949
<dt>Latest version:
5050
<dd><a href="http://www.w3.org/TR/css-line-grid">
5151
http://www.w3.org/TR/css-line-grid</a>
@@ -266,8 +266,8 @@ <h3 id=context><span class=secno>1.1. </span>Background</h3>
266266
still line up with basic text. Authors can achieve this effect by
267267
calculating appropriate font-size, line-height, and margins*.</div>
268268

269-
<div class=sidenote-note> This module makes it much easier and more
270-
robust.</div>
269+
<div class=sidenote-note> Only if author controls everything. Can be
270+
broken by user stylesheet, for instance.</div>
271271
</div>
272272

273273
<p class=caption>Sidenotes set at a smaller size, but still line up with

css-line-grid/Overview.src.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
font-size: 10pt;
2626
line-height: 18pt;
2727
position: absolute; left: 4pt; top: 4pt;
28-
width: 100pt;
28+
width: 110pt;
2929
}
3030
</style>
3131
</head>
@@ -143,7 +143,8 @@ <h3 id="context">Background</h3>
143143
and margins*.
144144
</div>
145145
<div class="sidenote-note">
146-
This module makes it much easier and more robust.
146+
Only if author controls everything.
147+
Can be broken by user stylesheet, for instance.
147148
</div>
148149
</div>
149150
<p class="caption">Sidenotes set at a smaller size, but still line up with basic text.</p>

0 commit comments

Comments
 (0)