From 0fdce319fb45dff1f95bfdca2f7812740f720366 Mon Sep 17 00:00:00 2001 From: defacer Date: Tue, 8 Feb 2005 00:24:33 +0000 Subject: [PATCH] Centering the contents of the "add blocks" block. --- theme/standard/styles_layout.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index 4fcaaa79950f3..dd7d656aa951b 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -458,6 +458,12 @@ td.cal_event_description { padding:10px; } +/* blocklib.php */ + +#block_adminblock .sideblockmain { + text-align: center; +} + /* block_quiz_results.php */ #block_quiz_results { text-align: center;