- Nummerierte Liste wurden nicht nummeriert - Fehler behoben
This commit is contained in:
parent
cfe7c0dadd
commit
4343734784
1 changed files with 8 additions and 0 deletions
|
@ -84,6 +84,10 @@ hr {
|
|||
}
|
||||
|
||||
#main li {
|
||||
margin: 0.5em;
|
||||
}
|
||||
|
||||
#main ul li {
|
||||
margin: 0.5em;
|
||||
list-style-type: square;
|
||||
list-style-position: inside;
|
||||
|
@ -94,6 +98,10 @@ hr {
|
|||
margin-bottom: 1.5em;
|
||||
}
|
||||
|
||||
#main img {
|
||||
margin-bottom: 1.5em;
|
||||
}
|
||||
|
||||
/* Zitate */
|
||||
blockquote {
|
||||
font-style:italic;
|
||||
|
|
Loading…
Add table
Reference in a new issue