diff options
author | Dirk Engling <erdgeist@erdgeist.org> | 2016-08-16 21:31:35 +0200 |
---|---|---|
committer | Dirk Engling <erdgeist@erdgeist.org> | 2016-08-16 21:31:35 +0200 |
commit | 897a34f26d4850cc04a67369702dfd20d9987885 (patch) | |
tree | fdc44abe9b2cf8745af5fc8fbdc9d2aa26773833 | |
parent | 95098708e9e5ecde0d1fa1d809b5b22c9a67bf98 (diff) |
re-mark links in block1
-rw-r--r-- | style.css | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |