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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Braha Stoll <alexbrahastoll@gmail.com>2016-12-19 02:22:20 +0300
committerAlex Braha Stoll <alexbrahastoll@gmail.com>2016-12-31 21:55:50 +0300
commit5bbe6559917e1e64cdb047b6235715e2a7f002f2 (patch)
tree8ec5db6fa9527808826904aa5d32016a645e2b8d /app/assets/stylesheets/pages/wiki.scss
parent294acf1c5cd2aea353081059c60b3951a2cf7c77 (diff)
Add component to show the full path of a wiki page when viewing its content
Diffstat (limited to 'app/assets/stylesheets/pages/wiki.scss')
-rw-r--r--app/assets/stylesheets/pages/wiki.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/wiki.scss b/app/assets/stylesheets/pages/wiki.scss
index b9f81533150..7afadb7364d 100644
--- a/app/assets/stylesheets/pages/wiki.scss
+++ b/app/assets/stylesheets/pages/wiki.scss
@@ -14,7 +14,8 @@
font-size: 22px;
}
- .wiki-last-edit-by {
+ .wiki-last-edit-by, .wiki-page-full-path {
+ display: block;
color: $gl-gray-light;
strong {