aboutsummaryrefslogtreecommitdiff
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
parent7e4c92e29954c14f9c1dd51aff95fff25d3ced32 (diff)
Fix version table top margin on package version details page
m---------doc/style0
-rw-r--r--www/package-version-details-body.css2
2 files changed, 1 insertions, 1 deletions
diff --git a/doc/style b/doc/style
-Subproject 3f942daf19da45d9b8097dd9c4e44e2d09f6848
+Subproject 827139821d3f043db25322b9dd91a7314d46ab0
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;