diff options
author | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-03-06 16:57:09 +0000 |
---|---|---|
committer | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-03-06 16:57:09 +0000 |
commit | 8782b8041b126a71f6a3d50265ac277ceb4583a2 (patch) | |
tree | 47aacacf77801a1e0c541f5d2f3f4b4afd656d7d /views/default/css.php | |
parent | 219f4e645f341a05d4990092e0f46387f5e4a3d7 (diff) | |
download | elgg-8782b8041b126a71f6a3d50265ac277ceb4583a2.tar.gz elgg-8782b8041b126a71f6a3d50265ac277ceb4583a2.tar.bz2 |
one column canvas padding adding
git-svn-id: https://code.elgg.org/elgg/trunk@3121 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/css.php')
-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 7c111a80d..f8d5f213b 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -220,7 +220,7 @@ blockquote p { margin:0; min-height: 360px; background: #dedede; - padding:0; + padding:0 0 10px 0; -webkit-border-radius: 8px; -moz-border-radius: 8px; } |