diff options
author | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-01-31 10:04:29 -0600 |
---|---|---|
committer | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-01-31 10:04:29 -0600 |
commit | 87346bfe6de362b832e27c75f3e9b1def2ef1f11 (patch) | |
tree | 6ad1ed8d743bee8b1d202a13ef2ad9b9bc576b0e /app/assets/stylesheets | |
parent | ad69a89f044a8493d14f9ef4ce2c7e09b830003f (diff) | |
download | gitlab-ce-87346bfe6de362b832e27c75f3e9b1def2ef1f11.tar.gz |
Remove settings cog from within admin scroll tabs; keep links centered19164-mobile-settings
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r-- | app/assets/stylesheets/framework/nav.scss | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/nav.scss b/app/assets/stylesheets/framework/nav.scss index adbc141262e..fd081c2d7e1 100644 --- a/app/assets/stylesheets/framework/nav.scss +++ b/app/assets/stylesheets/framework/nav.scss @@ -297,7 +297,6 @@ .nav-control { @media (max-width: $screen-sm-max) { - text-align: left; margin-right: 75px; } } |