diff options
author | Friendika <info@friendika.com> | 2011-05-01 19:50:00 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-05-01 19:50:00 -0700 |
commit | 6c47f262cc8be96de0f543284b303fd6a1564a3f (patch) | |
tree | 552e84cb8db54d6faf010aa45781b9aadeacb5bb /view/theme | |
parent | 69dc17eb81fb0e0f0a21b4495807aa24cb90fa18 (diff) | |
download | volse-hubzilla-6c47f262cc8be96de0f543284b303fd6a1564a3f.tar.gz volse-hubzilla-6c47f262cc8be96de0f543284b303fd6a1564a3f.tar.bz2 volse-hubzilla-6c47f262cc8be96de0f543284b303fd6a1564a3f.zip |
warn if msg is visible to all
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/duepuntozero/style.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index a23f72987..8ba548be8 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -1895,9 +1895,11 @@ a.mail-list-link { #profile-jot-desc { /*float: left;*/ width: 480px; + color: #FF0000; margin-top: 10px; margin-bottom: 10px; } + #character-counter { float: right; font-size: 120%; |