diff options
author | Brett Profitt <brett.profitt@gmail.com> | 2012-04-24 10:15:47 -0700 |
---|---|---|
committer | Brett Profitt <brett.profitt@gmail.com> | 2012-04-24 10:15:47 -0700 |
commit | 12e1aa2e380c6ea13251d2e626228483c4ab8da5 (patch) | |
tree | b8eb99079814e9a3d38d7a4a723d03b66833e688 /views/default/css | |
parent | d7aa2b803949462c8939eb16f072ab53e174c85d (diff) | |
parent | 690932e832edcb8ca0178cd576737cd38a95d5b6 (diff) | |
download | elgg-12e1aa2e380c6ea13251d2e626228483c4ab8da5.tar.gz elgg-12e1aa2e380c6ea13251d2e626228483c4ab8da5.tar.bz2 |
Merge branch 'walled_garden' of https://github.com/cash/Elgg into 1.8
Diffstat (limited to 'views/default/css')
-rw-r--r-- | views/default/css/walled_garden.php | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/views/default/css/walled_garden.php b/views/default/css/walled_garden.php index ea2543587..f6f7f97dc 100644 --- a/views/default/css/walled_garden.php +++ b/views/default/css/walled_garden.php @@ -54,8 +54,8 @@ $url = elgg_get_site_url(); padding: 0 8px; } -.elgg-walledgarden-single > .elgg-body > .elgg-inner { - padding: 0 8px; +.elgg-walledgarden-single > .elgg-body { + padding: 0 18px; } .elgg-module-walledgarden-login { @@ -68,7 +68,14 @@ $url = elgg_get_site_url(); } .elgg-heading-walledgarden { - color: #666666; margin-top: 60px; line-height: 1.1em; } + +h1, h2, h3, h4, h5, h6 { + color: #666; +} + +a { + color: #999; +}
\ No newline at end of file |