diff options
author | Bharat Mediratta <bharat@menalto.com> | 2010-08-08 13:39:27 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2010-08-08 13:39:27 -0700 |
commit | 371a2ff7d29f50dde5ff23ca45188d0eac365481 (patch) | |
tree | b480628f70491df50dfe01dab94a826918445a03 | |
parent | 3c7dc6d7a63e59c841f60d9594575efcf0969f98 (diff) |
Adjust the vertical placement of the "Dang" message.
-rw-r--r-- | modules/gallery/views/error_admin.html.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/gallery/views/error_admin.html.php b/modules/gallery/views/error_admin.html.php index 512a0d88..28776e60 100644 --- a/modules/gallery/views/error_admin.html.php +++ b/modules/gallery/views/error_admin.html.php @@ -32,9 +32,9 @@ #framework_error .title { position: relative; - top: -3em; + top: -2.5em; + padding: 0px; text-align: center; - margin: 0 auto; } div#error_details { |