Benutzer:Loki/monobook.css: Unterschied zwischen den Versionen

Aus Shadowhelix
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 3: Zeile 3:
padding: 0;
padding: 0;
color: ForestGreen;
color: ForestGreen;
}
.test1, test2 {
background: green;
}
.test1 {
margin: 10px;
}
}

Version vom 23. Juli 2011, 16:42 Uhr

#bodyContent .wlinks a {
	background: none;
	padding: 0;
	color: ForestGreen;
}

.test1, test2 {
	background: green;
}

.test1 {
	margin: 10px;
}