summaryrefslogtreecommitdiffstats
path: root/web/html/css
diff options
context:
space:
mode:
authorLukas Fleischer <archlinux@cryptocrack.de>2012-10-23 19:08:29 +0200
committerLukas Fleischer <archlinux@cryptocrack.de>2012-10-28 02:17:54 +0200
commit6897bb00979238b80d6aa3ad3741d1856ea81c6a (patch)
tree3d1837337b3b777c56f752306672fd47531a4a5b /web/html/css
parentacdf9a85a0ff320f55d6eebb2ba7550fea61a5bb (diff)
downloadaurweb-6897bb00979238b80d6aa3ad3741d1856ea81c6a.tar.xz
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>
Diffstat (limited to 'web/html/css')
-rw-r--r--web/html/css/aur.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/web/html/css/aur.css b/web/html/css/aur.css
index dada258..bae8e21 100644
--- a/web/html/css/aur.css
+++ b/web/html/css/aur.css
@@ -10,3 +10,7 @@
#pkg-updates td.pkg-new {
padding: 0 .5em;
}
+
+#pkg-stats td.stat-desc {
+ white-space: normal;
+}