1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2025-01-09 00:20:08 +00:00

Use tabs to indent

This commit is contained in:
Tim Düsterhus 2013-05-30 22:20:31 +02:00
parent 859bc369ef
commit 6f0f44a913

View File

@ -7,13 +7,13 @@
* @package be.bastelstu.wcf.chat
*/
@keyframes timsChatNotify {
from {
border-color: @wcfContainerBorderColor;
}
from {
border-color: @wcfContainerBorderColor;
}
to {
border-color: @wcfInputHoverBorderColor;
}
to {
border-color: @wcfInputHoverBorderColor;
}
}
#tplChat {