diff options
author | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-03-15 10:56:29 +0000 |
---|---|---|
committer | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-03-15 10:56:29 +0000 |
commit | bf00633c600eb33574cc8e364ce1af72335af526 (patch) | |
tree | f50080617a5445ca7084905682d23e2b89887ba2 /views | |
parent | 6c23be59bae940353a71a5b7d210c30c98b38c72 (diff) | |
download | elgg-bf00633c600eb33574cc8e364ce1af72335af526.tar.gz elgg-bf00633c600eb33574cc8e364ce1af72335af526.tar.bz2 |
Updated Notifications to new UI.
git-svn-id: http://code.elgg.org/elgg/trunk@5387 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views')
-rw-r--r-- | views/default/css.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/views/default/css.php b/views/default/css.php index b323a9902..660b0ab53 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -206,6 +206,9 @@ h2 { -webkit-border-radius: 8px; -moz-border-radius: 8px; } +.margin_none { + margin:0; +} .margin_top { margin-top:10px; } |