diff options
Diffstat (limited to 'style.css')
-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. |