From 085a4801dbeb4afb4228e7314837c8a974fc6d18 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sat, 17 Mar 2007 19:18:32 +0000 Subject: [PATCH] r1475: In .altcolor we should use background-color and not color for the property. Adding .textcenter class to center-align text. --- templates/global.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/templates/global.css b/templates/global.css index 9dde695..a998f57 100644 --- a/templates/global.css +++ b/templates/global.css @@ -209,7 +209,12 @@ a .altcolor { - color: rgb(191, 204, 207); + background-color: rgb(191, 204, 207); +} + +.textcenter +{ + text-align: center; } /*=====================================================================*\ -- 2.22.5