summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirk Engling <erdgeist@erdgeist.org>2016-08-16 21:31:35 +0200
committerDirk Engling <erdgeist@erdgeist.org>2016-08-16 21:31:35 +0200
commit897a34f26d4850cc04a67369702dfd20d9987885 (patch)
treefdc44abe9b2cf8745af5fc8fbdc9d2aa26773833
parent95098708e9e5ecde0d1fa1d809b5b22c9a67bf98 (diff)
re-mark links in block1
-rw-r--r--style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/style.css b/style.css
index 4019c40..5a57b2a 100644
--- a/style.css
+++ b/style.css
@@ -282,6 +282,10 @@ label {
282 font-weight: 300; 282 font-weight: 300;
283} 283}
284 284
285.block-step1 a:link,
286.block-step1 a:visited {
287 border-bottom: dotted 1px rgba(0,0,0,0.25);
288}
285 289
286/* Our intra-step animations rely on the section's max-height being 290/* Our intra-step animations rely on the section's max-height being
287 transitioned from 0 to the original height. 291 transitioned from 0 to the original height.