Fixed issues with spacing
This commit is contained in:
parent
417e2c3c27
commit
8280d1ad3f
2 changed files with 14 additions and 1 deletions
|
@ -9,4 +9,16 @@ section #title h1 {
|
||||||
// And some other adjustments so it doesn't look so odd by itself
|
// And some other adjustments so it doesn't look so odd by itself
|
||||||
text-align: left;
|
text-align: left;
|
||||||
letter-spacing: 0.05em;
|
letter-spacing: 0.05em;
|
||||||
|
}
|
||||||
|
|
||||||
|
code {
|
||||||
|
padding: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
ul {
|
||||||
|
margin-bottom: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
border-bottom: 1px dashed #ffcc00;
|
||||||
}
|
}
|
|
@ -4,7 +4,8 @@ Server definitions are defined within the `servers` array. Each definition repre
|
||||||
|
|
||||||
The following is a list of accepted members within a server definition.
|
The following is a list of accepted members within a server definition.
|
||||||
* name *(string)* - **Required.** A string containing the server ID, and optionally the name, of the server that this definition represents.
|
* name *(string)* - **Required.** A string containing the server ID, and optionally the name, of the server that this definition represents.
|
||||||
* If you wish to enter both a name and ID, you must first enter the ID, followed by two colon (:) characters, followed by the name. For example: `"285450825525927585::My Testing Server"`
|
* If you wish to enter both a name and ID, you must first enter the ID, followed by two colon (:) characters, followed by the name.
|
||||||
|
* For example: `"285450825525927585::My Testing Server"`
|
||||||
* moderators *[(entity list)](entitylist.html)* - A list of entities to consider as moderators. Actions done by the members of those in this list are able to execute *ModTools* commands and are exempt from certain *AutoMod* rules if a particular rule has its *AllowModBypass* setting set to *false*.
|
* moderators *[(entity list)](entitylist.html)* - A list of entities to consider as moderators. Actions done by the members of those in this list are able to execute *ModTools* commands and are exempt from certain *AutoMod* rules if a particular rule has its *AllowModBypass* setting set to *false*.
|
||||||
* [AutoMod](automod.html) *(name/value pairs)* - Auto-moderation matching and response definitions.
|
* [AutoMod](automod.html) *(name/value pairs)* - Auto-moderation matching and response definitions.
|
||||||
* [AutoResponses](autorespond.html) *(name/value pairs)* - Definitions for automatic responses.
|
* [AutoResponses](autorespond.html) *(name/value pairs)* - Definitions for automatic responses.
|
||||||
|
|
Loading…
Reference in a new issue