diff options
author | Jonas Smedegaard <dr@jones.dk> | 2017-03-28 15:02:51 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2017-03-28 15:02:51 +0200 |
commit | a6340b82090c58e48275d4163a2c47f3150f2e9f (patch) | |
tree | 27b4d30189a7c8af3c3968953f048a37208a0321 | |
parent | 2efb758f92e4f35b722efa344588176b5627faaf (diff) |
Fix hide breadcrumbs _and_ backlinks (they are not the same).
-rw-r--r-- | style.scss | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -8,7 +8,8 @@ body { padding-top: 70px; } -.breadcrumb { +.breadcrumb +.backlinks { display: none; } |