aboutsummaryrefslogtreecommitdiff
path: root/www/package-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-details-body.css
parentd2cef486101075942746f58a7fdbc31eb707553d (diff)
Add repository location to package version details and repository details pages
Diffstat (limited to 'www/package-details-body.css')
-rw-r--r--www/package-details-body.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/package-details-body.css b/www/package-details-body.css
index 1d5b6f7..a518a05 100644
--- a/www/package-details-body.css
+++ b/www/package-details-body.css
@@ -66,7 +66,7 @@ h1, h2
margin-top: 1.5em;
margin-bottom: 1.5em;
}
-#package th {width: 6.4em;}
+#package th {width: 7.6em;}
/*
* Search form (based on form-table)
@@ -100,11 +100,11 @@ table.version
}
table.version:nth-child(even) {background-color: rgba(0, 0, 0, 0.07);}
-table.version th {width: 6.4em;}
+table.version th {width: 7.6em;}
table.version tr.version td .value,
table.version tr.priority td .value,
-table.version tr.location td .value,
+table.version tr.repository td .value,
table.version tr.depends td .value,
table.version tr.requires td .value
{