MediaWiki:Print.css: Unterschied zwischen den Versionen

Aus KiwiThek
Wechseln zu: Navigation, Suche
Zeile 16: Zeile 16:
 
.hauptseite-artikel p {
 
.hauptseite-artikel p {
 
padding-left:5px;
 
padding-left:5px;
 +
}
 +
 +
.hauptseite-artikel h3 {
 +
height:60px;
 
}
 
}

Version vom 20. November 2009, 16:31 Uhr

a {
text-decoration: none;
color: black;
cursor: default;
}


#bodyContent div.hauptseite-artikel h3 {
margin: 0;
}

.hauptseite-artikel {
width:40.2%;
}

.hauptseite-artikel p {
padding-left:5px;
}

.hauptseite-artikel h3 {
height:60px;
}