From 8a33075c69ea7bdfd6eed3fcd3706011cbfa135a Mon Sep 17 00:00:00 2001 From: czaks Date: Fri, 17 Jan 2014 00:41:42 +0100 Subject: [PATCH] font-awesome-3.0: fix style --- stylesheets/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stylesheets/style.css b/stylesheets/style.css index 4dce3499..1479291d 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -148,7 +148,7 @@ div.post img.icon { margin: 0 5px; padding: 0; } -div.post i.icon { +div.post i.fa { margin: 0 4px; font-size: 16px; } @@ -570,3 +570,4 @@ form.ban-appeal textarea { display: inline-block; vertical-align: middle; } +