From 0f487dc150ef6aa42ac4bd00edff9a02718798fe Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 4 May 2016 17:26:31 +0300 Subject: Add repository location to package version details and repository details pages --- www/package-version-details-body.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'www/package-version-details-body.css') diff --git a/www/package-version-details-body.css b/www/package-version-details-body.css index 2b16668..df7889e 100644 --- a/www/package-version-details-body.css +++ b/www/package-version-details-body.css @@ -92,11 +92,11 @@ h1, h2, h3 border: 1px outset rgba(230,230,230,.24); */ } -#version th {width: 6.4em;} +#version th {width: 7.6em;} #version tr.version td .value, #version tr.priority td .value, -#version tr.location td .value +#version tr.repository td .value { /* style. */ font-family: monospace; @@ -117,7 +117,7 @@ h1, h2, h3 margin-top: 1.2em; margin-bottom: 1em; } -#package th {width: 6.4em;} +#package th {width: 7.6em;} /* * Dependencies and requirements tables. -- cgit v1.1