add css for changelog
This commit is contained in:
parent
e5a8782f41
commit
b4ded47fa0
1 changed files with 26 additions and 0 deletions
|
@ -1439,6 +1439,32 @@ footer a:hover, footer a:focus { color: #1F5C60; }
|
|||
}
|
||||
|
||||
|
||||
/* Changelog */
|
||||
#changelog h1 {
|
||||
padding: 0.5em;
|
||||
text-align: center;
|
||||
background-color: #1f5c60;
|
||||
color: white;
|
||||
border-radius: 0.7em;
|
||||
}
|
||||
|
||||
#changelog h3 {
|
||||
color: #50162D;
|
||||
}
|
||||
|
||||
#changelog h1 + h3 {
|
||||
padding-top: 1em;
|
||||
}
|
||||
|
||||
#changelog ul {
|
||||
list-style-type: decimal;
|
||||
padding-bottom: 1em;
|
||||
}
|
||||
|
||||
#changelog li > ul {
|
||||
list-style-type: initial;
|
||||
}
|
||||
|
||||
/* Image alignment */
|
||||
|
||||
.imgcenter {
|
||||
|
|
Loading…
Reference in a new issue