summaryrefslogtreecommitdiffstats
path: root/userContent
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2015-06-03 22:40:09 -0400
committerHolger Levsen <holger@layer-acht.org>2015-06-04 11:05:53 +0200
commitbcba6e61cda6094a1228fe1bd9b942cfc2036d81 (patch)
tree8feb6bb4b3a8f1a58dbf7f591b67bc4ea04ecfde /userContent
parent2192cc4ed8a187f46093e1907d394fe6da93433d (diff)
downloadjenkins.debian.net-bcba6e61cda6094a1228fe1bd9b942cfc2036d81.tar.xz
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).
Diffstat (limited to 'userContent')
-rw-r--r--userContent/reproducible/static/style.css6
1 files changed, 6 insertions, 0 deletions
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%;