mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
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 {
|
||||
margin: 0 0 0 230px;
|
||||
height: 88vh;
|
||||
}
|
||||
|
||||
hr {
|
||||
|
|
@ -45,6 +46,7 @@ div.body {
|
|||
padding: 0 30px 30px 30px;
|
||||
font-size: 0.9em;
|
||||
margin-top: -9px;
|
||||
height: 85vh;
|
||||
}
|
||||
|
||||
div.footer {
|
||||
|
|
@ -195,17 +197,16 @@ div.body h6 {
|
|||
font-size: 100%;
|
||||
}
|
||||
|
||||
|
||||
a.headerlink {
|
||||
color: #c60f0f;
|
||||
color: #cfdde8;
|
||||
font-size: 0.8em;
|
||||
padding: 0 4px 0 4px;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a.headerlink:hover {
|
||||
background-color: #c60f0f;
|
||||
color: white;
|
||||
/*! background-color: #c60f0f; */
|
||||
color: #9bced7;
|
||||
}
|
||||
|
||||
div.body p, div.body dd, div.body li {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue