aboutsummaryrefslogtreecommitdiff
path: root/docs/style.css
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2022-04-20 11:21:51 -0400
committerMarshall Lochbaum <mwlochbaum@gmail.com>2022-04-20 11:21:51 -0400
commit0afbb4164ceaf89aedb546ba1efdc121aeea8c48 (patch)
tree5c8f7331d7ac0f63d8fdaca2ffaca0953d8e17f7 /docs/style.css
parent4ba5338ae87550279cc1ec36c8a9ddceff34e14d (diff)
Don't underline code in links; set primitives off with : and not ()
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;