diff options
author | Greg Smethells <smethells@icloud.com> | 2015-11-20 14:15:01 -0600 |
---|---|---|
committer | Greg Smethells <smethells@icloud.com> | 2015-11-20 14:15:01 -0600 |
commit | d22435f3ffe005bddcd0ca24137d55cec97c84fb (patch) | |
tree | 4ae8867023ed49f9a525d2d6f43a470109a7531f | |
parent | ba4dc176f812d8616657354778023c76f587f783 (diff) | |
download | gitlab-ce-d22435f3ffe005bddcd0ca24137d55cec97c84fb.tar.gz |
fix syntax error in common.scss
-rw-r--r-- | app/assets/stylesheets/framework/common.scss | 2 |
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 { |