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:
authorCraig Norris <cnorris@gitlab.com>2020-11-14 00:14:58 +0300
committerCraig Norris <cnorris@gitlab.com>2020-11-14 00:14:58 +0300
commit98f967ef0b1f697277203bba981e64aa8913447d (patch)
treea47544517ec0d3a2881ca029342bad82e0c275ac /content
parent2750d3a1d3f928d6a7fb80fcc9d3d14d19d6c7e9 (diff)
parent109836bec923dea0a65175b8deb2c6214486331a (diff)
Merge branch 'version-history-look' into 'master'
Version history look and feel update See merge request gitlab-org/gitlab-docs!1306
Diffstat (limited to 'content')
-rw-r--r--content/assets/stylesheets/stylesheet.scss5
1 files changed, 2 insertions, 3 deletions
diff --git a/content/assets/stylesheets/stylesheet.scss b/content/assets/stylesheets/stylesheet.scss
index d51cf515..29e570ef 100644
--- a/content/assets/stylesheets/stylesheet.scss
+++ b/content/assets/stylesheets/stylesheet.scss
@@ -1,5 +1,5 @@
---
-version: 81
+version: 82
---
@import "variables";
@@ -820,10 +820,9 @@ a.global-nav-link {
// Version history ("Introduced in") notes
.introduced-in {
font-size: $introduced-in-font-size;
- color: $gds-gray-700;
+ color: $gds-black;
.introduced-in-content {
- border-left: solid 1px $gds-gray-500;
margin-top: 8px;
ul {