* Erzwungene Absaetze unter Bildern entfernt, schliesst #72
- Formatierung erfolgt nun per css
This commit is contained in:
parent
064377192d
commit
cfe7c0dadd
10 changed files with 1155 additions and 666 deletions
|
@ -1,8 +1,10 @@
|
|||
/** TODO: Klassen "hint" und "program" definieren **/
|
||||
/*
|
||||
TODO
|
||||
Klassen "hint" und "program" definieren
|
||||
|
||||
/** Hinweise:
|
||||
padding,margin Angaben: oben rechts unten links
|
||||
**/
|
||||
HINWEISE
|
||||
padding,margin Angaben: oben rechts unten links
|
||||
*/
|
||||
|
||||
h1, h2, h3, h4 {
|
||||
color: #7fb945;
|
||||
|
@ -72,7 +74,9 @@ hr {
|
|||
color: rgb(30,60,80);
|
||||
}
|
||||
|
||||
/* Hauptseite */
|
||||
|
||||
/* Hauptteil einer Seite */
|
||||
|
||||
#main {
|
||||
margin-left: 25%;
|
||||
padding: 0 1em;
|
||||
|
@ -85,6 +89,11 @@ hr {
|
|||
list-style-position: inside;
|
||||
}
|
||||
|
||||
/* Abstand von Bildern + Bildunterschrift zum folgenden Absatz */
|
||||
#main table caption {
|
||||
margin-bottom: 1.5em;
|
||||
}
|
||||
|
||||
/* Zitate */
|
||||
blockquote {
|
||||
font-style:italic;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue