mirror of
https://github.com/evennia/evennia.git
synced 2026-03-27 02:06:32 +01:00
Further fix to CSS
This commit is contained in:
parent
746c620100
commit
2db063157e
2 changed files with 24 additions and 7 deletions
|
|
@ -20,6 +20,7 @@ body {
|
|||
color: #555;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
height:88
|
||||
}
|
||||
|
||||
div.documentwrapper {
|
||||
|
|
@ -309,3 +310,14 @@ div.code-block-caption {
|
|||
opacity: 0.8;
|
||||
}
|
||||
|
||||
.versionadded {
|
||||
background-color: #e9f6e1;
|
||||
}
|
||||
|
||||
.versionchanged {
|
||||
background-color: #f7f7f7;
|
||||
}
|
||||
|
||||
.deprecated {
|
||||
background-color: #fff3f3;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue