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:
authorAchilleas Pipinellis <axilleas@axilleas.me>2017-09-08 11:54:10 +0300
committerAchilleas Pipinellis <axilleas@axilleas.me>2017-09-08 11:54:10 +0300
commit28f17cb41c89978ff33d232c4c223435d7c18a0d (patch)
treea8807a8932532bf416510ffdeb7a0a864ed69010 /content
parent703deb4f55294815890ab441d1f8fe671cdfdbb6 (diff)
Position last updated entry at the bottom of the document
Diffstat (limited to 'content')
-rw-r--r--content/assets/stylesheets/_variables.scss1
-rw-r--r--content/assets/stylesheets/stylesheet.scss3
2 files changed, 3 insertions, 1 deletions
diff --git a/content/assets/stylesheets/_variables.scss b/content/assets/stylesheets/_variables.scss
index 1232c71b..ab267c87 100644
--- a/content/assets/stylesheets/_variables.scss
+++ b/content/assets/stylesheets/_variables.scss
@@ -59,6 +59,7 @@ $color-gray: #777;
$color-gray-medium: #ddd;
$color-gray-light: #aaa;
$color-gray-extra-light: #e7e7e7;
+$color-light-gray: rgb(117, 117, 117);
$color-green: #18be97;
diff --git a/content/assets/stylesheets/stylesheet.scss b/content/assets/stylesheets/stylesheet.scss
index 470fc581..05ac339a 100644
--- a/content/assets/stylesheets/stylesheet.scss
+++ b/content/assets/stylesheets/stylesheet.scss
@@ -243,7 +243,8 @@ h6 {
}
.last-updated {
- color: $light-gray;
+ color: $color-light-gray;
+ font: italic 13px/20px Roboto,sans-serif;
}
}
}