diff options
author | admin <devnull@localhost> | 2006-10-21 21:44:22 +0200 |
---|---|---|
committer | admin <devnull@localhost> | 2006-10-21 21:44:22 +0200 |
commit | e334c472fb4be44feec3a73402fc4a2b062cbfc0 (patch) | |
tree | 553f17d67e7ef652016ec85b2a576bb2210f0ff8 /system/application/views/welcome_message.php | |
parent | bd6bee75dd26ade1c8d9cfd104bb913065797c59 (diff) |
Diffstat (limited to 'system/application/views/welcome_message.php')
-rw-r--r-- | system/application/views/welcome_message.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/system/application/views/welcome_message.php b/system/application/views/welcome_message.php index 815bef4db..393fb56e1 100644 --- a/system/application/views/welcome_message.php +++ b/system/application/views/welcome_message.php @@ -4,9 +4,9 @@ <style type="text/css"> -body { - background-color: #fff; - margin: 40px; +body { + background-color: #fff; + margin: 40px; font-family: Lucida Grande, Verdana, Sans-serif; font-size: 14px; color: #4F5155; |