MediaWiki:Common.css: Różnice pomiędzy wersjami

Z sapijaszko.net
Skocz do: nawigacja, szukaj
m
m
Linia 16: Linia 16:
 
   margin: 1.5em 0 1.5em 3em;
 
   margin: 1.5em 0 1.5em 3em;
 
   line-height: 1.2em;
 
   line-height: 1.2em;
   text-indent: 0em;
+
   text-indent: -1em;
 
   text-align:justify;
 
   text-align:justify;
 
   text-justify:distribute;
 
   text-justify:distribute;

Wersja z 19:44, 30 mar 2012

/* Umieszczony tutaj kod CSS zostanie zastosowany we wszystkich skórkach */

p {
  margin: 0 .5em 0 .5em;
  line-height: 1.5em;
  text-indent: 1em;
  text-align: justify;
  text-justify: distribute;
} 

.wyposrodkowany {
  text-align:center;
}

.poem p {
  margin: 1.5em 0 1.5em 3em;
  line-height: 1.2em;
  text-indent: -1em;
  text-align:justify;
  text-justify:distribute;
}

#poem p {
  margin: 1.5em 0 1.5em 3em;
  line-height: 1.2em;
  text-indent: 0em;
  text-align:justify;
  text-justify:distribute;
}