From 225fb42f744954d7154111d44c7481fbaba477c0 Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Mon, 5 Oct 2009 00:36:11 -0600 Subject: Added g-block-content --- lib/gallery.common.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/gallery.common.css b/lib/gallery.common.css index c422fe6e..b679fbd2 100644 --- a/lib/gallery.common.css +++ b/lib/gallery.common.css @@ -202,6 +202,9 @@ form .g-error { .g-block { } +.g-block-content { +} + .g-message-box { width: 100%; } -- cgit v1.2.3 From 49505f28bb68e84b926d7907a33c7f814e78eb3c Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Mon, 5 Oct 2009 22:27:30 -0600 Subject: Refer to sidebar elements as blocks, rather than panels. --- themes/wind/views/no_sidebar.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/wind/views/no_sidebar.html.php b/themes/wind/views/no_sidebar.html.php index c609d4d9..d0d3eba6 100644 --- a/themes/wind/views/no_sidebar.html.php +++ b/themes/wind/views/no_sidebar.html.php @@ -1,5 +1,5 @@
- Add panels", + Add blocks", array("url" => html::mark_clean(url::site("admin/sidebar")))) ?>
-- cgit v1.2.3