summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-04-17 16:21:19 -0500
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-05-12 09:27:05 -0500
commitcfea48832db7d716a1efc1499fbe5b50ece7ccac (patch)
tree3d8410e177e316e145ae1a33d26e24348bf4fef3
parent52accce3854df8f6258c1699aacff8d460c8048d (diff)
downloadgitlab-ce-cfea48832db7d716a1efc1499fbe5b50ece7ccac.tar.gz
Remove trailing semicolon
-rw-r--r--app/assets/stylesheets/framework/sidebar.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/sidebar.scss b/app/assets/stylesheets/framework/sidebar.scss
index 74a9c2ccc4c..2b5ab539955 100644
--- a/app/assets/stylesheets/framework/sidebar.scss
+++ b/app/assets/stylesheets/framework/sidebar.scss
@@ -80,6 +80,6 @@
&.affix {
position: fixed;
- top: $header-height;;
+ top: $header-height;
}
}