remove vertical padding on coloured IDs

This commit is contained in:
Bui 2014-09-28 08:58:39 +09:00 committed by czaks
parent 71491bc9e9
commit 22f4543e6f

View File

@ -28,7 +28,7 @@ if (active_page == 'thread' || active_page == 'index') {
$(el).css({ $(el).css({
"background-color": "rgb("+rgb[0]+", "+rgb[1]+", "+rgb[2]+")", "background-color": "rgb("+rgb[0]+", "+rgb[1]+", "+rgb[2]+")",
"padding": "3px 5px", "padding": "0px 5px",
"border-radius": "8px", "border-radius": "8px",
"color": "white" "color": "white"
}); });