From: moodler Date: Thu, 11 Jan 2007 07:21:28 +0000 (+0000) Subject: CSS for centered buttons on course page X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=a15e1ef7671a8e80822b816880f41a4ec3753a50;p=moodle.git CSS for centered buttons on course page --- 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;