diff options
Diffstat (limited to 'views/default/css/elements/layout.php')
| -rw-r--r-- | views/default/css/elements/layout.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/views/default/css/elements/layout.php b/views/default/css/elements/layout.php index 42d898439..9d92752b4 100644 --- a/views/default/css/elements/layout.php +++ b/views/default/css/elements/layout.php @@ -81,6 +81,9 @@ .elgg-layout-two-sidebar { background: transparent url(<?php echo elgg_get_site_url(); ?>_graphics/two_sidebar_background.gif) repeat-y right top; } +.elgg-layout-error { + margin-top: 20px; +} .elgg-sidebar { position: relative; padding: 20px 10px; @@ -115,4 +118,4 @@ } .elgg-page-footer a:hover { color: #666; -}
\ No newline at end of file +} |
