aboutsummaryrefslogtreecommitdiff
path: root/docs/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'docs/style.css')
-rw-r--r--docs/style.css10
1 files changed, 8 insertions, 2 deletions
diff --git a/docs/style.css b/docs/style.css
index 7c3868ac..8aafe27d 100644
--- a/docs/style.css
+++ b/docs/style.css
@@ -19,10 +19,16 @@ h1, h2, h3, h4 {
line-height: 1.2;
margin: 2.5rem 0 1rem 0;
padding-bottom: 0.1em;
- border-bottom: 0.01em solid #9995
+ border-bottom: 0.01em solid #9995;
}
a:link.header, a:visited.header {
- text-decoration:none; color:inherit;
+ text-decoration: none;
+ color: inherit;
+}
+a code {
+ text-decoration: none;
+ display: inline-block;
+ line-height: 1.2;
}
a.fulldoc {
float: right;