MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Wiki Pankow hilft
Zur Navigation springenZur Suche springenZeile 1: | Zeile 1: | ||
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ | /* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ | ||
+ | |||
+ | /* Styling for Template:Quote */ | ||
+ | blockquote.templatequote { | ||
+ | margin-top: 0; | ||
+ | } | ||
+ | blockquote.templatequote div.templatequotecite { | ||
+ | line-height: 1.5em; | ||
+ | /* @noflip */ | ||
+ | text-align: left; | ||
+ | /* @noflip */ | ||
+ | padding-left: 1.6em; | ||
+ | margin-top: 0; | ||
+ | } |
Aktuelle Version vom 19. Oktober 2015, 22:38 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ /* Styling for Template:Quote */ blockquote.templatequote { margin-top: 0; } blockquote.templatequote div.templatequotecite { line-height: 1.5em; /* @noflip */ text-align: left; /* @noflip */ padding-left: 1.6em; margin-top: 0; }