summaryrefslogtreecommitdiff
path: root/src/util/doc.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/doc.css')
-rw-r--r--src/util/doc.css21
1 files changed, 3 insertions, 18 deletions
diff --git a/src/util/doc.css b/src/util/doc.css
index 05d90bec..a868e444 100644
--- a/src/util/doc.css
+++ b/src/util/doc.css
@@ -16,13 +16,12 @@ div.title {
margin-bottom: 2em;
}
-ol.toc {
+ol {
list-style: none;
- padding-left: 0;
margin-bottom: 4em;
}
-ol.toc li a {
+li a {
color: black;
}
@@ -50,26 +49,12 @@ div.decl p:first-child .first-word {
font-size: 1.5em;
}
-pre.code {
+.section pre {
background-color: #b2c9db;
padding: 5px;
border-radius: 5px;
}
-p.warning {
- background-color: #fef5d3;
- padding: 5px;
- border-radius: 5px;
-}
-
-p.warning .first-word {
- font-weight: bold;
-}
-
-.comment pre {
- margin-left: 2em;
-}
-
td {
padding: 2px;
}