|
|
@@ -67,10 +67,14 @@
|
|
|
<tr>
|
|
|
<td>image</td>
|
|
|
<td>
|
|
|
- <p>A paragraph with default alignment</p>
|
|
|
<img alt="sample image" src="sample.jpg">
|
|
|
</td>
|
|
|
- <td></td>
|
|
|
+ <td>
|
|
|
+ <p>An image aligned to right:</p>
|
|
|
+ <figure class="image image-style-side" contenteditable="false">
|
|
|
+ <img src="sample.jpg" alt="sample image">
|
|
|
+ </figure>
|
|
|
+ </td>
|
|
|
</tr>
|
|
|
</tbody>
|
|
|
</table>
|