From bcba6e61cda6094a1228fe1bd9b942cfc2036d81 Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Wed, 3 Jun 2015 22:40:09 -0400 Subject: provide anchors to target sections of the front page This patch makes it easier to point people at the list of variations and the list of usertagged bugs. It also uses css to make the targeted sections have a different header color (i'm happy for more style-y people to improve on this visual cue). --- userContent/reproducible/static/style.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'userContent/reproducible/static') diff --git a/userContent/reproducible/static/style.css b/userContent/reproducible/static/style.css index 5bb7ed93..0453bc49 100644 --- a/userContent/reproducible/static/style.css +++ b/userContent/reproducible/static/style.css @@ -218,6 +218,12 @@ th { padding: 0.5em; } +table:target th { + background: #ffb; +} + + + iframe#main { margin: 0; width: 100%; -- cgit v1.2.3-54-g00ecf