Fix comment syntax error in CSS

Introduced in d19991c7.  //-style comments aren't supported in CSS.

This was causing update-prod-static to fail with a stack overflow.

(imported from commit 4cb11a7025e8fef32c852d691fccf18a5ad3b955)
This commit is contained in:
Keegan McAllister 2013-02-05 13:32:29 -05:00
parent 054420fc38
commit 9349a2039c
1 changed files with 1 additions and 1 deletions

View File

@ -819,7 +819,7 @@ table.floating_recipient {
}
#stream-creation .modal-body {
// Setting max-height to a percentage doesn't work.
/* Setting max-height to a percentage doesn't work. */
max-height: 400px;
overflow-y: scroll;
}