diff options
Diffstat (limited to 'views/default/css/elements')
| -rw-r--r-- | views/default/css/elements/layout.php | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/views/default/css/elements/layout.php b/views/default/css/elements/layout.php index 42d898439..25a2bffb7 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;  | 
