Kongregate chat padding fix

Makes the kong chat look like the old one

As of 25. 03. 2016. See the latest version.

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

// ==UserScript==
// @name           Kongregate chat padding fix
// @namespace      soon
// @description    Makes the kong chat look like the old one
// @author         grabarz19
// @version        1
// @date           25.03.2016
// @include        http://www.kongregate.com/games/*
// @grant GM_addStyle
// ==/UserScript==   
GM_addStyle ("#kong_game_ui .chat_message_window p span {vertical-align:top;} #kong_game_ui .chat_message_window p {padding:2px 6px 1px 4px;}");