From 2700ed6a3e1092a064f28b07f8e2c4e5b9b830e7 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 16 Nov 2015 20:02:06 +0200 Subject: Implement new URL path schema for the web interface --- www/repository-details.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'www') diff --git a/www/repository-details.css b/www/repository-details.css index 1f1a845..29d62f6 100644 --- a/www/repository-details.css +++ b/www/repository-details.css @@ -5,12 +5,13 @@ h1 font-size: 2.074em; line-height: 1.4em; - margin: .6em 0 .6em 0; + margin: 1.6em 0 .4em 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } +h1:first-child {margin-top: .6em;} /* Since it is a link to itself, it will always be visited. */ h1 a:visited {color: #006fbf;} -- cgit v1.1