amalgame/commit

no wrap for info table

authorJacco van Ossenbruggen
Wed Aug 13 16:36:16 2014 +0200
committerJacco van Ossenbruggen
Wed Aug 13 16:36:16 2014 +0200
commitd19e62c6fd12d3198868b9c50efcb577794dc023
tree55df65c7c8c013844b1fc9c501a1f592676f7f86
parent4467dbb8fa0152008532f4369229fefbcb67e07f
Diff style: patch stat
diff --git a/web/css/infobox.css b/web/css/infobox.css
index 05ab793..25e28f5 100644
--- a/web/css/infobox.css
+++ b/web/css/infobox.css
@@ -24,6 +24,9 @@
 	width: 100%;
 }
 
+#info td {
+	white-space: nowrap;
+}
 #info th {
 	vertical-align: top;
 	white-space: nowrap;