MediaWiki:Wikikuchnia.css: Różnice pomiędzy wersjami
| Linia 32: | Linia 32: | ||
.small, .small * { | .small, .small * { | ||
font-size: 94%; | font-size: 94%; | ||
| − | line-height: | + | line-height: 50%; |
} | } | ||
Aktualna wersja na dzień 10:19, 8 cze 2006
.messagebox {
border: 1px solid #aaaaaa;
background-color: #f9f9f9;
width: 80%;
margin: .5em auto 1em auto;
padding: .2em;
text-align: left;
}
/* Infobox template style */
.infobox {
border: 1px solid #aaaaaa;
background-color: #f9f9f9;
color: black;
margin-bottom: 0.5em;
margin-left: 1em;
padding: 0.2em;
float: right;
clear: right;
}
.infobox td,
.infobox th {
vertical-align: top;
}
.infobox caption {
font-size: larger;
margin-left: inherit;
}
.small, .small * {
font-size: 94%;
line-height: 50%;
}