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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user