aboutsummaryrefslogtreecommitdiff
path: root/www/package-version-details-body.css
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-05-22 17:05:37 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-05-22 17:05:37 +0300
commit4eebdd0e4820f9b1ae7ddbc09291795b05e92e28 (patch)
tree36ce177644521194757d1e66713ca9d36259bc90 /www/package-version-details-body.css
parent7e4c92e29954c14f9c1dd51aff95fff25d3ced32 (diff)
Fix version table top margin on package version details page
Diffstat (limited to 'www/package-version-details-body.css')
-rw-r--r--www/package-version-details-body.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/package-version-details-body.css b/www/package-version-details-body.css
index 9e88432..d8c5e9d 100644
--- a/www/package-version-details-body.css
+++ b/www/package-version-details-body.css
@@ -127,7 +127,7 @@ h1, h2, h3
*/
#version
{
- margin-top: .5em;
+ margin-top: 1.1em;
margin-bottom: 1em;
padding-top: .4em;