From a15e1ef7671a8e80822b816880f41a4ec3753a50 Mon Sep 17 00:00:00 2001 From: moodler Date: Thu, 11 Jan 2007 07:21:28 +0000 Subject: [PATCH] CSS for centered buttons on course page --- theme/standard/styles_layout.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index 7b8ac69cf6..db46a47680 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -1447,6 +1447,10 @@ body#course-index #content { padding:20px; } +body#course-index .singlebutton { + text-align: center; +} + .coursebox { width: 100%; float:left; -- 2.39.5