From cd2ae155de61a4e477dadfba418fdc019a4f9e86 Mon Sep 17 00:00:00 2001 From: Mary Evans Date: Fri, 19 Oct 2012 23:39:01 +0100 Subject: [PATCH] MDL-36137 theme_magazine: changed forum and description info from center to left aligned. --- theme/magazine/style/core.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/magazine/style/core.css b/theme/magazine/style/core.css index a617287ccfc..242e0215c51 100644 --- a/theme/magazine/style/core.css +++ b/theme/magazine/style/core.css @@ -1040,7 +1040,7 @@ table.glossarypost td.entry h3 { div#intro { border: none; - text-align: center; + text-align: left; font-size: 14px; color: #333333; }