summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey <ad@2d-arts.com>2015-10-02 12:01:46 +0200
committerAndrey <ad@2d-arts.com>2015-10-02 12:01:46 +0200
commit5ebcf21b81eaf3b67d1f7c675ec54be19041a379 (patch)
tree9d91d2171d04ba4c6fdaf45072ba80ff5d41792b
parentfd86b66914c1fff35d38ed0715d64f7e9dfa2757 (diff)
downloadgitlab-ce-5ebcf21b81eaf3b67d1f7c675ec54be19041a379.tar.gz
section and .content now in layout.cssc
-rw-r--r--app/assets/stylesheets/base/layout.scss10
-rw-r--r--app/assets/stylesheets/pages/projects.scss11
2 files changed, 10 insertions, 11 deletions
diff --git a/app/assets/stylesheets/base/layout.scss b/app/assets/stylesheets/base/layout.scss
index ced3769af0a..c6301ab6d32 100644
--- a/app/assets/stylesheets/base/layout.scss
+++ b/app/assets/stylesheets/base/layout.scss
@@ -19,6 +19,16 @@ html {
z-index: 5;
}
+.content {
+ height: 100%;
+ width: 100%;
+}
+
+.content section {
+ height: 100%;
+ display: table-row;
+}
+
.container .content {
margin: 0 0;
}
diff --git a/app/assets/stylesheets/pages/projects.scss b/app/assets/stylesheets/pages/projects.scss
index c1505b9a62f..ddcf65d38f1 100644
--- a/app/assets/stylesheets/pages/projects.scss
+++ b/app/assets/stylesheets/pages/projects.scss
@@ -505,19 +505,8 @@ pre.light-well {
display: inline-block;
}
-.content {
- height: 100%;
- width: 100%;
-
-}
-
.max-height {
height: 100%;
display: table;
width: 100%;
-}
-
-section {
- height: 100%;
- display: table-row;
} \ No newline at end of file