mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Fix bullet-point indents
This commit is contained in:
parent
7aefe5de2e
commit
90af1f0961
3 changed files with 15 additions and 3 deletions
|
|
@ -20,8 +20,7 @@ index](http://games.evennia.com)
|
|||
### Customizing the server
|
||||
|
||||
- [Changing the Settings](Server-Conf#Settings-file)
|
||||
- [Available Master
|
||||
Settings](https://github.com/evennia/evennia/blob/master/evennia/settings_default.py)
|
||||
- [Available Master Settings](https://github.com/evennia/evennia/blob/master/evennia/settings_default.py)
|
||||
- [Change Evennia's language](Internationalization) (internationalization)
|
||||
- [Apache webserver configuration](Apache-Config) (optional)
|
||||
- [Changing text encodings used by the server](Text-Encodings)
|
||||
|
|
@ -43,4 +42,4 @@ Settings](https://github.com/evennia/evennia/blob/master/evennia/settings_defaul
|
|||
|
||||
- [Setting up your work environment with version control](Version-Control)
|
||||
- [First steps coding with Evennia](First-Steps-Coding)
|
||||
- [Setting up a continuous integration build environment](Continuous-Integration)
|
||||
- [Setting up a continuous integration build environment](Continuous-Integration)
|
||||
|
|
|
|||
|
|
@ -503,6 +503,14 @@ li > p:last-child {
|
|||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
ul.simple > li > ul > li {
|
||||
margin-left: -25px;
|
||||
}
|
||||
|
||||
ul > li > ul > li {
|
||||
margin-left: -7px;
|
||||
}
|
||||
|
||||
dl.footnote > dt,
|
||||
dl.citation > dt {
|
||||
float: left;
|
||||
|
|
|
|||
|
|
@ -248,6 +248,11 @@ p.admonition-title:after {
|
|||
content: ":";
|
||||
}
|
||||
|
||||
li > p:first-child {
|
||||
margin-top: 0px;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
.admonition.important {
|
||||
background-color: #fbf7c3;
|
||||
border: 1px solid #c8c59b;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue