Commit 5ebcf21b authored by Andrey's avatar Andrey

section and .content now in layout.cssc

parent fd86b669
...@@ -19,6 +19,16 @@ html { ...@@ -19,6 +19,16 @@ html {
z-index: 5; z-index: 5;
} }
.content {
height: 100%;
width: 100%;
}
.content section {
height: 100%;
display: table-row;
}
.container .content { .container .content {
margin: 0 0; margin: 0 0;
} }
......
...@@ -505,19 +505,8 @@ pre.light-well { ...@@ -505,19 +505,8 @@ pre.light-well {
display: inline-block; display: inline-block;
} }
.content {
height: 100%;
width: 100%;
}
.max-height { .max-height {
height: 100%; height: 100%;
display: table; display: table;
width: 100%; width: 100%;
}
section {
height: 100%;
display: table-row;
} }
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment