diff options
Diffstat (limited to 'www/repository-details.css')
-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;} |