diff --git a/RELEASE b/RELEASE index 20a42a7..2c1c908 100644 --- a/RELEASE +++ b/RELEASE @@ -1,7 +1,11 @@ +ver 0.1.4 (2015-10-07) +====================== +Add Sec-WebSocket-Protocol header + ver 0.1.3 (2014-09-13) ====================== -Support Chorome manifest version 2. +Support Chrome manifest version 2. ver 0.1.2 (2010-10-25) ====================== @@ -10,4 +14,3 @@ Improve UX. ver 0.1.1 (2010-10-18) ====================== First release. - diff --git a/css/style.css b/css/style.css index 1f530cb..9b74e5c 100644 --- a/css/style.css +++ b/css/style.css @@ -1,6 +1,6 @@ body { width: 100%; - font-family: font-family:'qMmpS Pro W3','Hiragino Kaku Gothic Pro','CI',Meiryo,'lr oSVbN',sans-serif; + font-family: font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'MS Pゴシック',sans-serif; color: #000; background-color: #eee; font-size: 10pt; @@ -38,6 +38,12 @@ label { border: 1px solid #999; } +#protocolHeader { + width: 113px; + padding: 1px 3px; + border: 1px solid #999; +} + #disconnectButton { display: none; } @@ -66,4 +72,4 @@ label { #messages pre.sent { color: #f63; -} \ No newline at end of file +} diff --git a/index.html b/index.html index 63094a4..3d2fb4b 100644 --- a/index.html +++ b/index.html @@ -16,6 +16,9 @@ +