Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/base/layout.scss')
-rw-r--r--app/assets/stylesheets/base/layout.scss22
1 files changed, 0 insertions, 22 deletions
diff --git a/app/assets/stylesheets/base/layout.scss b/app/assets/stylesheets/base/layout.scss
deleted file mode 100644
index 62c11b06368..00000000000
--- a/app/assets/stylesheets/base/layout.scss
+++ /dev/null
@@ -1,22 +0,0 @@
-html {
- overflow-y: scroll;
-
- &.touch .tooltip { display: none !important; }
-
- body {
- padding-top: 46px;
- }
-}
-
-.container {
- padding-top: 0;
- z-index: 5;
-}
-
-.container .content {
- margin: 0 0;
-}
-
-.navless-container {
- margin-top: 30px;
-}