diff options
author | Friendika <info@friendika.com> | 2010-12-07 16:27:30 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2010-12-07 16:27:30 -0800 |
commit | e59377d96b09c8d7bc0090ce2cea0e99517c7d9b (patch) | |
tree | 83578228ba2d6eccf2274d4e81bf2319594c9aaf /view | |
parent | f3e8b55a7a72ee35fb62211bc9b545b382f962fb (diff) | |
download | volse-hubzilla-e59377d96b09c8d7bc0090ce2cea0e99517c7d9b.tar.gz volse-hubzilla-e59377d96b09c8d7bc0090ce2cea0e99517c7d9b.tar.bz2 volse-hubzilla-e59377d96b09c8d7bc0090ce2cea0e99517c7d9b.zip |
highlight any messages on page newer than 12 hours
Diffstat (limited to 'view')
-rw-r--r-- | view/theme/default/style.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/view/theme/default/style.css b/view/theme/default/style.css index ad3e1c7c1..c5f535527 100644 --- a/view/theme/default/style.css +++ b/view/theme/default/style.css @@ -71,6 +71,11 @@ code { blockquote:before { content: '>> '; } + +.shiny { + border-color: orange !important; +} + .nav-login-link { float: right; margin-left: 0px; |