summaryrefslogtreecommitdiff
path: root/resources/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'resources/style.css')
-rw-r--r--resources/style.css20
1 files changed, 19 insertions, 1 deletions
diff --git a/resources/style.css b/resources/style.css
index 3b753b563d..17d13741a7 100644
--- a/resources/style.css
+++ b/resources/style.css
@@ -6,6 +6,10 @@ header .date {
text-align: center;
}
+nav ul {
+ list-style-type: none;
+}
+
.container > h1 a,
.container > h2 a,
.container > h3 a,
@@ -16,6 +20,13 @@ header .date {
color: #111;
}
+p {
+ -moz-font-feature-settings: "onum";
+ -ms-font-feature-settings: "onum";
+ -webkit-font-feature-settings: "onum";
+ font-feature-settings: "onum";
+}
+
pre {
margin-left: 1em;
margin-right: 1em;
@@ -30,6 +41,13 @@ pre.math {
border: 0;
}
+pre[class="grammar"]:before {
+ content: "Syntax\A";
+ font-family: Heuristica;
+ font-size:110%;
+ font-weight:bold;
+}
+
code > span {
font-weight: normal !important;
}
@@ -54,7 +72,7 @@ ol[type="1"] > li {
}
ol[type="1"] > li:before {
- content: "Example ";
+ content: "Example";
font-weight:bold;
}