aurweb/web/html/css/aur.css
Lukas Fleischer 6897bb0097 Implement word-wrap for package statistics
Word-wrap labels in the package statistics box, just as we wrap package
names in the "Recent Updates" box.

Addresses FS#32160.

Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
2012-10-28 02:17:54 +02:00

16 lines
227 B
CSS

/* AUR-specific customizations to "archweb.css". */
#lang_sub {
float: right;
}
.pkglist-nav .page {
margin: 0 .25em;
}
#pkg-updates td.pkg-new {
padding: 0 .5em;
}
#pkg-stats td.stat-desc {
white-space: normal;
}