diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-11-16 20:02:06 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-11-25 20:35:10 +0200 |
commit | 2700ed6a3e1092a064f28b07f8e2c4e5b9b830e7 (patch) | |
tree | a54ffc979dde42e609bc9877120fa010887c6b66 /www | |
parent | 48a3c47d34c2acc0a39e2db5acfd437dace499c1 (diff) |
Implement new URL path schema for the web interface
Diffstat (limited to 'www')
-rw-r--r-- | www/repository-details.css | 3 |
1 files changed, 2 insertions, 1 deletions
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;} |