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-20 17:15:56 +0300
committerAlex Braha Stoll <alexbrahastoll@gmail.com>2016-12-31 21:55:50 +0300
commit50e3e796ea5ca12addbfb438feae606ca7067a22 (patch)
treeaeb72054ddd71d92e13585e9f284a5f580e172ee /app/assets/stylesheets/pages/wiki.scss
parente66fa4105b4ae275dc76a6594346367bd32b5ce9 (diff)
Fix scss style violation
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 819e4c3e3d8..1a22cd7d33f 100644
--- a/app/assets/stylesheets/pages/wiki.scss
+++ b/app/assets/stylesheets/pages/wiki.scss
@@ -22,7 +22,8 @@
font-size: 22px;
}
- .wiki-last-edit-by, .wiki-page-full-path {
+ .wiki-page-full-path,
+ .wiki-last-edit-by {
display: block;
color: $gl-gray-light;