* Anpassung IE: Schriftgroesse Bildunterschrift
* css: Abstand angepasst
This commit is contained in:
parent
16fb708190
commit
7efe26c956
1 changed files with 3 additions and 3 deletions
|
@ -258,7 +258,7 @@ blockquote {
|
||||||
|
|
||||||
/* Bildbeschreibungen*/
|
/* Bildbeschreibungen*/
|
||||||
caption {
|
caption {
|
||||||
font-size: small;
|
font-size: 90%;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Hervorhebungen */
|
/* Hervorhebungen */
|
||||||
|
@ -271,8 +271,8 @@ caption {
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
font-size: 90%;
|
font-size: 90%;
|
||||||
background-color: #eeeeec;
|
background-color: #eeeeec;
|
||||||
margin: 0.1em 0.6em 0.1em 0.1em;
|
margin: 0.1em 0.3em 0.1em 0.1em;
|
||||||
padding: 0 0.3em 0;
|
padding: 0;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
border-color: #babdb6 #888a85 #888a85 #babdb6;;
|
border-color: #babdb6 #888a85 #888a85 #babdb6;;
|
||||||
|
|
Loading…
Reference in a new issue