]> Cypherpunks repositories - gostls13.git/commitdiff
dashboard: fix typo in css
authorAndrew Gerrand <adg@golang.org>
Wed, 21 Dec 2011 10:47:59 +0000 (21:47 +1100)
committerAndrew Gerrand <adg@golang.org>
Wed, 21 Dec 2011 10:47:59 +0000 (21:47 +1100)
R=r
CC=golang-dev
https://golang.org/cl/5500059

misc/dashboard/app/build/ui.html

index a241a94ea55bd02eaac08b084952bc27a06d145a..429b6ff05701f6df126b7705a5d36f1baf5bff75 100644 (file)
@@ -40,7 +40,7 @@
       .build .time {
         color: #666;
       }
-      .build .descr, .build .time, .build .user {
+      .build .desc, .build .time, .build .user {
         white-space: nowrap;
       }
       .paginate {