From: konekoneko Date: Thu, 21 Feb 2013 15:13:17 +0000 (+0900) Subject: ささやきリストをデフォルトで非表示にするようにした X-Git-Url: http://git.osdn.jp/view?a=commitdiff_plain;h=aa0484e6529cd1f0c637d941140bc0a944c7d4a8;p=webchat%2FWebChat.git ささやきリストをデフォルトで非表示にするようにした --- diff --git a/public/stylesheets/enter.css b/public/stylesheets/enter.css index 6a06d5f..7930624 100644 --- a/public/stylesheets/enter.css +++ b/public/stylesheets/enter.css @@ -6,6 +6,10 @@ margin-right:1em; } +#whisper_list{ + display:none; +} + #whisper_list ul{ list-style: none; }