diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-09-10 21:10:20 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-09-10 21:10:20 -0700 |
commit | b8053c9ddf3e393f76594e7dccc2f81f7116fd85 (patch) | |
tree | c3408ce73ddfcaee522672786fea780e04658c31 /themes/default | |
parent | edb33334f13139ee9a40c2849900767585cb9097 (diff) |
Rename "after_installer" to "welcome_message" in the code to make it
clearer what its purpose is. Add some spacing in the theme for it
so that it's less cramped.
Diffstat (limited to 'themes/default')
-rw-r--r-- | themes/default/css/screen.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/default/css/screen.css b/themes/default/css/screen.css index fec618e6..d4c23155 100644 --- a/themes/default/css/screen.css +++ b/themes/default/css/screen.css @@ -773,6 +773,10 @@ form .gError, text-decoration: underline; } +#gWelcomeMessage p { + padding-bottom: 1em; +} + /* Pagination ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ .gPager { |