summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2017-03-28 15:02:51 +0200
committerJonas Smedegaard <dr@jones.dk>2017-03-28 15:02:51 +0200
commita6340b82090c58e48275d4163a2c47f3150f2e9f (patch)
tree27b4d30189a7c8af3c3968953f048a37208a0321
parent2efb758f92e4f35b722efa344588176b5627faaf (diff)
Fix hide breadcrumbs _and_ backlinks (they are not the same).
-rw-r--r--style.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/style.scss b/style.scss
index ae9f5e8..2a08151 100644
--- a/style.scss
+++ b/style.scss
@@ -8,7 +8,8 @@ body {
padding-top: 70px;
}
-.breadcrumb {
+.breadcrumb
+.backlinks {
display: none;
}