Commit 5ebcf21b authored by Andrey's avatar Andrey

section and .content now in layout.cssc

parent fd86b669
......@@ -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;
}
......
......@@ -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
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