summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Smethells <smethells@icloud.com>2015-11-20 14:15:01 -0600
committerGreg Smethells <smethells@icloud.com>2015-11-20 14:15:01 -0600
commitd22435f3ffe005bddcd0ca24137d55cec97c84fb (patch)
tree4ae8867023ed49f9a525d2d6f43a470109a7531f
parentba4dc176f812d8616657354778023c76f587f783 (diff)
downloadgitlab-ce-d22435f3ffe005bddcd0ca24137d55cec97c84fb.tar.gz
fix syntax error in common.scss
-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 {