diff options
author | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-10-03 15:23:27 +0000 |
---|---|---|
committer | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-10-03 15:23:27 +0000 |
commit | 8dd1515697fcef1968d062c18222eb21d520f5e2 (patch) | |
tree | a4a6e4ba55072e2920e3528f4bb97eec714acb79 /views/default/css.php | |
parent | 42c01f8ad5a8bffe72fd3b8609baa0f95edfa8df (diff) | |
download | elgg-8dd1515697fcef1968d062c18222eb21d520f5e2.tar.gz elgg-8dd1515697fcef1968d062c18222eb21d520f5e2.tar.bz2 |
updated messages system
git-svn-id: https://code.elgg.org/elgg/trunk@2176 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/css.php')
-rw-r--r-- | views/default/css.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/views/default/css.php b/views/default/css.php index 712168834..ceb22ded3 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -646,7 +646,7 @@ h6 { font-size: 0.8em; } /* width:936px; */ margin:0; position:fixed; - top:-60px; + top:0px; width:969px; -webkit-border-radius: 4px; -moz-border-radius: 4px; @@ -663,7 +663,7 @@ h6 { font-size: 0.8em; } /* width:936px; */ margin:0; position:fixed; - top:-60px; + top:0px; width:969px; -webkit-border-radius: 4px; -moz-border-radius: 4px; |