diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-04-24 21:05:59 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-04-24 21:05:59 +0300 |
commit | bd7ac6b11d9282e40fe55a1e855e82f65b4385c1 (patch) | |
tree | a85399da75ff706e39fef8c8b17625dce8639cb2 /www/package-version-details-body.css | |
parent | 3ea79208de994a896397b3c027f398e4ecbcc59f (diff) |
Adjust layout of package version details page
Diffstat (limited to 'www/package-version-details-body.css')
-rw-r--r-- | www/package-version-details-body.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/package-version-details-body.css b/www/package-version-details-body.css index 2fa2972..fffe9c2 100644 --- a/www/package-version-details-body.css +++ b/www/package-version-details-body.css @@ -92,7 +92,7 @@ h1, h2, h3 border: 1px outset rgba(230,230,230,.24); */ } -#version th {width: 7.6em;} +#version th {width: 9.5em;} #version tr.version td .value, #version tr.priority td .value, @@ -106,7 +106,7 @@ h1, h2, h3 #version tr.sha256 td .value { /* Increase the chances of 64-char value not to be truncated. */ - font-size: 0.88em; + font-size: 0.85em; } /* @@ -117,7 +117,7 @@ h1, h2, h3 margin-top: 1.2em; margin-bottom: 1em; } -#package th {width: 7.6em;} +#package th {width: 9.5em;} /* * Dependencies and requirements tables. |