summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2015-11-20 20:41:54 +0000
committerStan Hu <stanhu@gmail.com>2015-11-20 20:41:54 +0000
commit94b90db5479a4536d459d8e6beaeaea376f6b356 (patch)
treec5c7de355830d5ef1808aa06fd1c067c6fb84818 /app
parentda0b9cb34744bbeb6d780fda8b8472b640dc9a6c (diff)
parentd22435f3ffe005bddcd0ca24137d55cec97c84fb (diff)
downloadgitlab-ce-94b90db5479a4536d459d8e6beaeaea376f6b356.tar.gz
Merge branch 'fix-scss-syntax-error' into 'master'
fix syntax error in common.scss Fix a syntax error. See merge request !1857
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/framework/common.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/common.scss b/app/assets/stylesheets/framework/common.scss
index 40f4beb1968..61689aff57e 100644
--- a/app/assets/stylesheets/framework/common.scss
+++ b/app/assets/stylesheets/framework/common.scss
@@ -64,7 +64,7 @@ pre {
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
background: $gl-primary;
- color: #FFF
+ color: #FFF;
}
.str-truncated {