aboutsummaryrefslogtreecommitdiff
path: root/views/default/css
diff options
context:
space:
mode:
authorCash Costello <cash.costello@gmail.com>2011-12-19 17:55:21 -0800
committerCash Costello <cash.costello@gmail.com>2011-12-19 17:55:21 -0800
commit742f7630b8f2628b977e59756ac2844d1bd4683b (patch)
tree8c1fde819ce841d0b4d57ce23d31bc34ca386916 /views/default/css
parent5ee43086ec79b38e3f2cdb288f80bd5f24d413b1 (diff)
parentf003120fba687d14630b690c50e2316f717eca7d (diff)
downloadelgg-742f7630b8f2628b977e59756ac2844d1bd4683b.tar.gz
elgg-742f7630b8f2628b977e59756ac2844d1bd4683b.tar.bz2
Merge pull request #118 from cash/404
Fixes #4103 adds a 404 page
Diffstat (limited to 'views/default/css')
-rw-r--r--views/default/css/elements/layout.php3
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;