diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2016-01-13 16:10:06 +0100 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2016-01-13 16:10:06 +0100 |
commit | c44b927bc00ed75b41f3951a15794c5cc6bdc60e (patch) | |
tree | 4c5cfc2e985a85c60c4598211f0fae1a35b4f063 | |
parent | 132ab484d46044c4c7a88b7df02e67a29255e032 (diff) | |
download | gitlab-ce-c44b927bc00ed75b41f3951a15794c5cc6bdc60e.tar.gz |
Allign md header components
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-rw-r--r-- | app/assets/stylesheets/framework/markdown_area.scss | 7 | ||||
-rw-r--r-- | app/assets/stylesheets/framework/zen.scss | 2 |
2 files changed, 1 insertions, 8 deletions
diff --git a/app/assets/stylesheets/framework/markdown_area.scss b/app/assets/stylesheets/framework/markdown_area.scss index 4a00a197d9a..f0674205c17 100644 --- a/app/assets/stylesheets/framework/markdown_area.scss +++ b/app/assets/stylesheets/framework/markdown_area.scss @@ -65,13 +65,6 @@ position: relative; } -.md-header { - ul { - float: left; - margin-bottom: 1px; - } -} - .referenced-users { color: #4c4e54; padding-top: 10px; diff --git a/app/assets/stylesheets/framework/zen.scss b/app/assets/stylesheets/framework/zen.scss index 002bd7e8ca5..c3f27333fad 100644 --- a/app/assets/stylesheets/framework/zen.scss +++ b/app/assets/stylesheets/framework/zen.scss @@ -4,7 +4,7 @@ position: absolute; top: 0px; right: 4px; - line-height: 40px; + line-height: 56px; } a.js-zen-leave { |