From 6f801f2628a4247aaf56e0fb71efef91c9447968 Mon Sep 17 00:00:00 2001 From: Marcin Kurczewski Date: Mon, 10 Nov 2014 15:20:02 +0100 Subject: [PATCH] Fixed text align of post labels in comment list --- public_html/css/post-list.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public_html/css/post-list.css b/public_html/css/post-list.css index 502278e0..64519e7b 100644 --- a/public_html/css/post-list.css +++ b/public_html/css/post-list.css @@ -144,7 +144,7 @@ height: 71px; line-height: 122px; /* 71 * 2 - 11 (font-size) - padding */ transform: rotate(45deg); - + text-align: center; color: white; font-size: 15px; }