Fix vertical height in css
This commit is contained in:
parent
0f98db2e67
commit
79f094cbde
1 changed files with 5 additions and 4 deletions
|
|
@ -29,6 +29,7 @@ div.documentwrapper {
|
||||||
|
|
||||||
div.bodywrapper {
|
div.bodywrapper {
|
||||||
margin: 0 0 0 230px;
|
margin: 0 0 0 230px;
|
||||||
|
height: 88vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
hr {
|
hr {
|
||||||
|
|
@ -45,6 +46,7 @@ div.body {
|
||||||
padding: 0 30px 30px 30px;
|
padding: 0 30px 30px 30px;
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
margin-top: -9px;
|
margin-top: -9px;
|
||||||
|
height: 85vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.footer {
|
div.footer {
|
||||||
|
|
@ -195,17 +197,16 @@ div.body h6 {
|
||||||
font-size: 100%;
|
font-size: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
a.headerlink {
|
a.headerlink {
|
||||||
color: #c60f0f;
|
color: #cfdde8;
|
||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
padding: 0 4px 0 4px;
|
padding: 0 4px 0 4px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.headerlink:hover {
|
a.headerlink:hover {
|
||||||
background-color: #c60f0f;
|
/*! background-color: #c60f0f; */
|
||||||
color: white;
|
color: #9bced7;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.body p, div.body dd, div.body li {
|
div.body p, div.body dd, div.body li {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue