Skip to content

Commit 5948450

Browse files
committed
bloop
1 parent 65774a6 commit 5948450

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

gf2p8affineqb/index.html

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -326,51 +326,51 @@ <h3>PS3 Cell floating point emulation</h3>
326326

327327

328328
<style>
329-
blockquote {
329+
blockquote.ibm {
330330
font-family: Arial, sans-serif;
331331
padding: 20px;
332332
background-color: #f5f5f5;
333333
}
334334

335-
table {
335+
blockquote.ibm table {
336336
border-collapse: collapse;
337337
width: 100%;
338338
background-color: white;
339339
}
340340

341-
th,
342-
td {
341+
blockquote.ibm th,
342+
blockquote.ibm td {
343343
border: 2px solid #4a90e2;
344344
padding: 3px;
345345
text-align: center;
346346
}
347347

348-
th {
348+
blockquote.ibm th {
349349
background-color: #e3f2fd;
350350
font-weight: bold;
351351
}
352352

353-
.header-row {
353+
blockquote.ibm .header-row {
354354
background-color: #e3f2fd;
355355
}
356356

357-
.notes-section {
357+
blockquote.ibm .notes-section {
358358
background-color: #e3f2fd;
359359
text-align: left;
360360
padding: 5px;
361361
}
362362

363-
.notes-section ul {
363+
blockquote.ibm .notes-section ul {
364364
margin: 10px 0;
365365
padding-left: 20px;
366366
}
367367

368-
sup {
368+
blockquote.ibm sup {
369369
font-size: 0.7em;
370370
}
371371
</style>
372372

373-
<blockquote>
373+
<blockquote class="ibm">
374374

375375
For single-precision operations, the range of normalized numbers is extended. However, the full range
376376
defined in the standard is not implemented.
@@ -475,7 +475,7 @@ <h3>PS3 Cell floating point emulation</h3>
475475
<li>The only supported rounding mode is truncation (toward zero).</li>
476476
</ul>
477477
</blockquote>
478-
<blockquote>
478+
<blockquote class="ibm">
479479
A different-from-IEEE exception indicates that the result produced with extended-range arithmetic could
480480
be different from the IEEE result. This occurs when one of the following conditions exists:
481481
<ul>

0 commit comments

Comments
 (0)