Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcia Ramos <virtua.creative@gmail.com>2018-10-12 11:32:15 +0300
committerMarcia Ramos <virtua.creative@gmail.com>2018-10-12 11:32:15 +0300
commite5ec2c426c98d9b2e448e1a7562a529eb093c8a1 (patch)
treec073c2e36b881e3b0fae31454bf8e8dc13cb5f22 /layouts/archives.html
parentcc407f1cf4b98ede9ebad373a7e075a724bf5b78 (diff)
parent29a11254c2e08932a287480f9e9c6149b90eebff (diff)
Merge branch 'remove-redundant-edit-button' into 'master'
Follow-up from !319 See merge request gitlab-com/gitlab-docs!326
Diffstat (limited to 'layouts/archives.html')
-rw-r--r--layouts/archives.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/archives.html b/layouts/archives.html
index cf108aa8..31b987fb 100644
--- a/layouts/archives.html
+++ b/layouts/archives.html
@@ -25,7 +25,7 @@
<% end %>
<% if @item[:last_updated] %>
<hr>
- <p class="last-updated">
+ <p class="last-updated" style="padding-bottom: 24px;">
<em>Last updated <%= @item[:last_updated] %></em>
</p>
<% end %>