mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-20 13:01:56 +00:00
4399 Close paragraph and table rows (#4400)
This commit is contained in:
parent
490c4a713a
commit
07bcf45027
1 changed files with 7 additions and 5 deletions
|
|
@ -96,7 +96,9 @@
|
|||
<section id="help">
|
||||
<h2>Help text</h2>
|
||||
|
||||
<p>Help text is not to be confused with the messages that appear in a banner drop down from the top of the screen. Help text are permanent instructions, visible on every page view, that explain or warn about something.
|
||||
<p>
|
||||
Help text is not to be confused with the messages that appear in a banner drop down from the top of the screen. Help text are permanent instructions, visible on every page view, that explain or warn about something.
|
||||
</p>
|
||||
|
||||
<div class="help-block help-info">
|
||||
<p>This is help text that might be just for information, explaining what happens next, or drawing the user's attention to something they're about to do</p>
|
||||
|
|
@ -205,21 +207,21 @@
|
|||
</td>
|
||||
<td>Regular listing TD</td>
|
||||
<td>Regular listing TD</td>
|
||||
</li>
|
||||
</tr>
|
||||
<tr class="disabled">
|
||||
<td class="title">
|
||||
<h2>Disabled TD with title class</h2>
|
||||
</td>
|
||||
<td>Regular listing TD</td>
|
||||
<td>Regular listing TD</td>
|
||||
</li>
|
||||
<tr >
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="title">
|
||||
<h2><a href="">TD with title class</a></h2>
|
||||
</td>
|
||||
<td>Regular listing TD</td>
|
||||
<td>Regular listing TD</td>
|
||||
</li>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</section>
|
||||
|
|
|
|||
Loading…
Reference in a new issue