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-11 20:41:33 +0300
committerMarcia Ramos <virtua.creative@gmail.com>2018-10-11 20:41:33 +0300
commit0285dff1317f6ec8416ef3820bac65a5f82b64d3 (patch)
treef767046f7999c6fa2481cc5695b590fba77538fa /layouts/archives.html
parentbd77df0ff32bf89188785147fb4e5bf480d6a5de (diff)
corrects padding-bottom for the archives page only
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 97778c41..3578122b 100644
--- a/layouts/archives.html
+++ b/layouts/archives.html
@@ -18,7 +18,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 %>