From 7871b3fb126d13cacc4d0c91844f0e5846cb0357 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 14 May 2016 19:25:51 +0200 Subject: reproducible debian: mark active page in navigation (misses the .py part) --- userContent/reproducible/static/style.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'userContent') 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; -- cgit v1.2.3-54-g00ecf