Merge remote-tracking branch 'upstream/gh-pages' into patch-resonator-pct

This commit is contained in:
Xelio 2013-02-09 01:27:13 +08:00
commit feba54166d

View File

@ -146,6 +146,7 @@ em {
#chat > div { #chat > div {
overflow-x:hidden; overflow-x:hidden;
overflow-y:scroll; overflow-y:scroll;
height: 100%; /* fallback for Opera which doesnt support calc */
height: calc(100% - 4px); height: calc(100% - 4px);
height: -webkit-calc(100% - 4px); height: -webkit-calc(100% - 4px);
height: -moz-calc(100% - 4px); height: -moz-calc(100% - 4px);