From: Andrew Gerrand Date: Wed, 21 Dec 2011 10:47:59 +0000 (+1100) Subject: dashboard: fix typo in css X-Git-Tag: weekly.2011-12-22~62 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=866c06b91ec543eec1fa56a64b1cffe00ee80e26;p=gostls13.git dashboard: fix typo in css R=r CC=golang-dev https://golang.org/cl/5500059 --- diff --git a/misc/dashboard/app/build/ui.html b/misc/dashboard/app/build/ui.html index a241a94ea5..429b6ff057 100644 --- a/misc/dashboard/app/build/ui.html +++ b/misc/dashboard/app/build/ui.html @@ -40,7 +40,7 @@ .build .time { color: #666; } - .build .descr, .build .time, .build .user { + .build .desc, .build .time, .build .user { white-space: nowrap; } .paginate {