Benutzer:DJ el rubio/vector.css: Unterschied zwischen den Versionen

Aus ConanWiki
Zur Navigation springen Zur Suche springen
Inhalt hinzugefügt Inhalt gelöscht
KKeine Bearbeitungszusammenfassung
KKeine Bearbeitungszusammenfassung
 
Zeile 10: Zeile 10:
 
text-shadow: #BBBBBB 1px 1px;
 
text-shadow: #BBBBBB 1px 1px;
 
font-weight: bold;
 
font-weight: bold;
clear: both;
+
clear: left;
 
}
 
}

Aktuelle Version vom 9. Juli 2012, 16:15 Uhr

div.thumbcaption {
  text-align: center;
  text-shadow: #BBBBBB 1px 1px;
  font-weight: bold;
}
#bodyContent {
  text-align: justify;
}
h1, h2, h3, h4, h5, h6 {
  text-shadow: #BBBBBB 1px 1px;
  font-weight: bold;
  clear: left;
}