diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-10-13 14:22:40 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-10-13 14:22:40 +0300 |
commit | b65a0461d139c34271b81c3fee0026dd32a88016 (patch) | |
tree | d19b207805e9b7ae68b7d8b403236b8682685c3f | |
parent | 20c47923a10bfeb6dcd895adfcf05c78c696ec7f (diff) | |
download | gitlab-ce-b65a0461d139c34271b81c3fee0026dd32a88016.tar.gz |
Revert "Move warning about 0 ssh keys to bottom of page"
This reverts commit 20c47923a10bfeb6dcd895adfcf05c78c696ec7f.
-rw-r--r-- | app/assets/stylesheets/common.scss | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 0bcfd3b8c32..a3156ec10fc 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -247,11 +247,6 @@ li.note { padding-left: 20px; margin: 0; color: #FFF; - position: fixed; - bottom: 0px; - width: 100%; - z-index: 100; - opacity: 0.9; a { color: #fff; |