From 55ff0b2a6a1f62818d33cd409cb3d148b1ccf824 Mon Sep 17 00:00:00 2001 From: ben Date: Mon, 23 Jun 2008 14:11:26 +0000 Subject: Page title is now displayed at the top of the canvas. git-svn-id: https://code.elgg.org/elgg/trunk@1060 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/css.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'views/default/css.php') diff --git a/views/default/css.php b/views/default/css.php index a85079703..185d49f53 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -250,7 +250,12 @@ h6 { font-size: 0.8em; } } #layout_footer a { color:white; -} +} + +.page_title { + padding:0px 10px 20px 20px; +} + /* *************************************** CUSTOMISE PANEL (PROFILE & DASHBOARD) *************************************** */ -- cgit v1.2.3