MediaWiki:Common.css: Różnice pomiędzy wersjami
Z sapijaszko.net
m |
m |
||
Linia 22: | Linia 22: | ||
#div.poem p { | #div.poem p { | ||
+ | margin: 1em 0 1.5em 0; | ||
+ | line-height: 1.5em; | ||
+ | text-indent: 0 em; | ||
+ | text-align:justify; | ||
+ | text-justify:distribute; | ||
+ | } | ||
+ | |||
+ | .div.poem p { | ||
+ | margin: 1em 0 1.5em 0; | ||
+ | line-height: 1.5em; | ||
+ | text-indent: 0 em; | ||
+ | text-align:justify; | ||
+ | text-justify:distribute; | ||
+ | } | ||
+ | |||
+ | .poem p { | ||
margin: 1em 0 1.5em 0; | margin: 1em 0 1.5em 0; | ||
line-height: 1.5em; | line-height: 1.5em; |
Wersja z 22:46, 26 gru 2011
/* Umieszczony tutaj kod CSS zostanie zastosowany we wszystkich skórkach */ p { margin: .4em 0 .5em 0; line-height: 1.5em; text-indent: 1em; text-align:justify; text-justify:distribute; } .wyposrodkowany { text-align:center; } div.poem p { margin: 1em 0 1.5em 0; line-height: 1.5em; text-indent: 0 em; text-align:justify; text-justify:distribute; } #div.poem p { margin: 1em 0 1.5em 0; line-height: 1.5em; text-indent: 0 em; text-align:justify; text-justify:distribute; } .div.poem p { margin: 1em 0 1.5em 0; line-height: 1.5em; text-indent: 0 em; text-align:justify; text-justify:distribute; } .poem p { margin: 1em 0 1.5em 0; line-height: 1.5em; text-indent: 0 em; text-align:justify; text-justify:distribute; }