diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2011-03-15 02:31:05 +0100 |
---|---|---|
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2011-03-15 02:31:05 +0100 |
commit | c3ea1aa07b655bec89726cfc0153bedcc877ada6 (patch) | |
tree | a13cf0a98f8df95a693f8f7a8590af87c4f6cf18 /templates/journal_page.html | |
parent | 2e4f9782e13b613b1a2a7e525ba57e6f7062317d (diff) |
Color info messages more meaningfully.
Diffstat (limited to 'templates/journal_page.html')
-rw-r--r-- | templates/journal_page.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/journal_page.html b/templates/journal_page.html index f793ff2..8c0a974 100644 --- a/templates/journal_page.html +++ b/templates/journal_page.html @@ -13,11 +13,11 @@ <h1 id="main-title">{site-name|html}</h1> <div id="main-subtitle">{site-subtitle|html}</div> - {.section warnings} - <div id="warnings"> + {.section info-messages} + <div id="info-messages"> {.repeated section @} - <div class="journal-warning"> - {@} + <div class="journal-{message-type}"> + {content} </div> {.end} </div> |