1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2025-01-10 00:30:09 +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 * @package be.bastelstu.wcf.chat
*/ */
@keyframes timsChatNotify { @keyframes timsChatNotify {
from { from {
border-color: @wcfContainerBorderColor; border-color: @wcfContainerBorderColor;
} }
to { to {
border-color: @wcfInputHoverBorderColor; border-color: @wcfInputHoverBorderColor;
} }
} }
#tplChat { #tplChat {