aboutsummaryrefslogtreecommitdiff
path: root/www/package-version-details-body.css
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2016-05-04 17:26:31 +0300
committerBoris Kolpackov <boris@codesynthesis.com>2016-05-06 15:18:18 +0200
commit3f7d602fd4e56c9b20a2ee8769ecd4cf69e6b696 (patch)
tree55d38a3118f6397de2c553505b0eaeaed28871da /www/package-version-details-body.css
parentd2cef486101075942746f58a7fdbc31eb707553d (diff)
Add repository location to package version details and repository details pages
Diffstat (limited to 'www/package-version-details-body.css')
-rw-r--r--www/package-version-details-body.css6
1 files changed, 3 insertions, 3 deletions
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
{
/* <code> 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.