aboutsummaryrefslogtreecommitdiff
path: root/docs/dev/articles/twa_files/anchor-sections-1.0/anchor-sections.css
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2020-11-19 15:41:24 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2020-11-19 15:41:24 +0100
commitdb9ae6a0c9cecb92048fde6f06af1da183c09b5f (patch)
treef0ea97545549c71bd7aa3d13afed422fd402f0e6 /docs/dev/articles/twa_files/anchor-sections-1.0/anchor-sections.css
parent6441a9f35d66f2c4d38c0036f99cd8f509d76f3b (diff)
Depend on parallel, doc improvements
By depending on parallel instead of importing it, functions to set up and stop a cluster are always available when mkin is loaded. The use of multicore processing in mmkin on Windows is now documented in the help file, which brings mkin closer to a version 1.0 #9.
Diffstat (limited to 'docs/dev/articles/twa_files/anchor-sections-1.0/anchor-sections.css')
-rw-r--r--docs/dev/articles/twa_files/anchor-sections-1.0/anchor-sections.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/dev/articles/twa_files/anchor-sections-1.0/anchor-sections.css b/docs/dev/articles/twa_files/anchor-sections-1.0/anchor-sections.css
new file mode 100644
index 00000000..07aee5fc
--- /dev/null
+++ b/docs/dev/articles/twa_files/anchor-sections-1.0/anchor-sections.css
@@ -0,0 +1,4 @@
+/* Styles for section anchors */
+a.anchor-section {margin-left: 10px; visibility: hidden; color: inherit;}
+a.anchor-section::before {content: '#';}
+.hasAnchor:hover a.anchor-section {visibility: visible;}

Contact - Imprint