diff options
author | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-06-26 17:11:29 +0000 |
---|---|---|
committer | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-06-26 17:11:29 +0000 |
commit | 0c350e5d71a45b7e6baa5b7592ca1f7e965db0dc (patch) | |
tree | d236d432202b38ebc665befaa88fc0d5703b42d7 /views | |
parent | d101ec985080ebf5fbf069aaee2af94b8e9a1cb3 (diff) | |
download | elgg-0c350e5d71a45b7e6baa5b7592ca1f7e965db0dc.tar.gz elgg-0c350e5d71a45b7e6baa5b7592ca1f7e965db0dc.tar.bz2 |
Tweaked the title CSS now that it's going to appear inline within canvases.
git-svn-id: https://code.elgg.org/elgg/trunk@1152 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views')
-rw-r--r-- | views/default/css.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/default/css.php b/views/default/css.php index af146a987..58bfa03d1 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -827,7 +827,7 @@ p.user_menu_friends_of { *************************************** */ .page_title { - padding:0px 10px 20px 20px; + padding:0px 10px 20px 0px; } |