MediaWiki:Monobook.css: Unterschied zwischen den Versionen
Aus drf-faq
Mile (Diskussion | Beiträge) K (css-tweak) |
Mile (Diskussion | Beiträge) K |
||
| Zeile 9: | Zeile 9: | ||
body { | body { | ||
font-size:75%; | font-size:75%; | ||
| + | font-size-adjust:0.5; | ||
font-family: Palatino, Baskerville, Georgia, Times New Roman, Times, serif; | font-family: Palatino, Baskerville, Georgia, Times New Roman, Times, serif; | ||
} | } | ||
Version vom 6. September 2010, 22:33 Uhr
/** Kleinschreibung nicht erzwingen */
.portlet h5,
.portlet h6,
#p-personal ul,
#p-cactions li a {
text-transform: none;
}
body {
font-size:75%;
font-size-adjust:0.5;
font-family: Palatino, Baskerville, Georgia, Times New Roman, Times, serif;
}