mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-01-12 05:52:33 +01:00
fix tables
This commit is contained in:
parent
ef9e5c5639
commit
bec577e5d6
@ -82,3 +82,8 @@ $on-laptop: 800px;
|
|||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
background-color: #eef;
|
background-color: #eef;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Tables belong to CSS, make the HTML5 validator happy
|
||||||
|
table, td, th {
|
||||||
|
border: 1px solid black;
|
||||||
|
}
|
||||||
|
@ -37,7 +37,7 @@ written by me.
|
|||||||
The following table opens where the bot will reply to in channel. In PM
|
The following table opens where the bot will reply to in channel. In PM
|
||||||
the bot replies to everything *(without prefix)*.
|
the bot replies to everything *(without prefix)*.
|
||||||
|
|
||||||
<table border="1">
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Replies to</th>
|
<th>Replies to</th>
|
||||||
<th>Examples</th>
|
<th>Examples</th>
|
||||||
@ -75,7 +75,7 @@ the bot replies to everything *(without prefix)*.
|
|||||||
For checking the channel specific prefixes, refer to the following
|
For checking the channel specific prefixes, refer to the following
|
||||||
commands. They can be used in channel (if you know the prefix) or PM.
|
commands. They can be used in channel (if you know the prefix) or PM.
|
||||||
|
|
||||||
<table border="1">
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Prefix</th>
|
<th>Prefix</th>
|
||||||
<th>Command</th>
|
<th>Command</th>
|
||||||
@ -86,7 +86,7 @@ commands. They can be used in channel (if you know the prefix) or PM.
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Nick (beginning & end)</td>
|
<td>Nick (beginning & end)</td>
|
||||||
<td><code>channel reply.whenAddressedBy.nick</code> &
|
<td><code>channel reply.whenAddressedBy.nick</code> and
|
||||||
<code>channel reply.whenAddressedBy.nick.atEnd</code>
|
<code>channel reply.whenAddressedBy.nick.atEnd</code>
|
||||||
</tr>
|
</tr>
|
||||||
<td>prefix strings</td>
|
<td>prefix strings</td>
|
||||||
|
@ -10,7 +10,7 @@ to communicate with me securely.
|
|||||||
|
|
||||||
## Tables
|
## Tables
|
||||||
|
|
||||||
<table border="1">
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<th>PGP Fingerprint</th>
|
<th>PGP Fingerprint</th>
|
||||||
</tr>
|
</tr>
|
||||||
@ -19,7 +19,7 @@ to communicate with me securely.
|
|||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
<br/>
|
<br/>
|
||||||
<table border="1">
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Account</th>
|
<th>Account</th>
|
||||||
<th>OTR Fingerprint</th>
|
<th>OTR Fingerprint</th>
|
||||||
|
Loading…
Reference in New Issue
Block a user