summaryrefslogtreecommitdiffstats
path: root/userContent
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-05-14 19:25:51 +0200
committerHolger Levsen <holger@layer-acht.org>2016-05-14 19:25:51 +0200
commit7871b3fb126d13cacc4d0c91844f0e5846cb0357 (patch)
tree64928ff67c60ec33a3bab68c355b6b269463198a /userContent
parentef3d7489cd2705de1ff9509f4ba116f43375578a (diff)
downloadjenkins.debian.net-7871b3fb126d13cacc4d0c91844f0e5846cb0357.tar.xz
reproducible debian: mark active page in navigation (misses the .py part)
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 4d882d1a..e2e0f3b2 100644
--- a/userContent/reproducible/static/style.css
+++ b/userContent/reproducible/static/style.css
@@ -116,6 +116,7 @@ ul.menu {
background-color: #bfeaff;
}
+
ul.reproducible-links {
margin-top: 1em;
border-top: 1px solid #eee;
@@ -165,6 +166,11 @@ ul li {
display: inline-block;
}
+.active {
+ background-color: #bfeaff;
+}
+
+
h1 {
font-size : 250%;
padding: 0;