1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

Adds the Security module to the documentation

This commit is contained in:
Chris Cummer
2018-05-08 20:48:11 -07:00
parent 7edc5f8339
commit 4542abce60
23 changed files with 461 additions and 190 deletions

View File

@@ -1,4 +1,4 @@
h1, h2, h3 {
h1, h2, h3, h4 {
letter-spacing: 0.25px;
}
@@ -14,14 +14,25 @@ pre code {
padding-left: 8px !important;
}
.disabled {
color: gray !important;
cursor: not-allowed;
opacity: 0.5 !important;
text-decoration: none !important;
}
.list-bare {
list-style-type: none;
}
.list-bare li {
.list-bare li, .list-ornate li {
margin: 2px 0 0 12px;
}
.list-ornate {
list-style-type: disc;
}
.sidebar-list-item-1 {
font-size: 0.9em;
margin: 0 0 0 12px;