about summary refs log tree commit diff
path: root/doc/manual/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'doc/manual/style.css')
-rw-r--r--doc/manual/style.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/manual/style.css b/doc/manual/style.css
index 893e7db3f1df..c97cb9cbf4b8 100644
--- a/doc/manual/style.css
+++ b/doc/manual/style.css
@@ -229,4 +229,9 @@ div.epigraph
 table.productionset table.productionset
 {
     font-family: monospace;
-}
\ No newline at end of file
+}
+
+a[href] {
+    text-decoration: none;
+    border-bottom: 1px dotted #005aa0;
+}