diff options
| author | Nathan Kinkade <nath@nkinka.de> | 2012-11-13 21:43:59 +0000 |
|---|---|---|
| committer | Nathan Kinkade <nath@nkinka.de> | 2012-11-13 21:43:59 +0000 |
| commit | 7d94d6ca60753296efc812e21a585edf09dbfff4 (patch) | |
| tree | cd2fafe994819b3ee9115fc36a25d6ecfc3e6acc /templates | |
| parent | e456470c020a42c6bc0b04170c3deda7ea71388c (diff) | |
Round header corners, change some colors and add a tag line.
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/header.tpl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/header.tpl b/templates/header.tpl index 1b20920..28e79bd 100644 --- a/templates/header.tpl +++ b/templates/header.tpl @@ -12,7 +12,9 @@ <div id='header'> <div id='headerLeft'> - <a href='{$config->_rootUri}/' style='color: #000000;'>Nutrition Information Database</a> + <a href='{$config->_rootUri}/' style='color: #ffffff;'>Nutri<span style="color: #b5e7bd;">DB</a> + <span style="font-size: 75%;">... an online food and recipe nutrition calculator</span> + </div> {if isset($isLoggedIn)} |
